| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltbli.cxx | 1279 return (*pRows)[(sal_uInt16)nRow]->GetCell( (sal_uInt16)nCol ); in SV_IMPL_PTRARR() 1290 pRows( new SwXMLTableRows_Impl ), in SwXMLTableContext() 1434 pRows( new SwXMLTableRows_Impl ), in SwXMLTableContext() 1457 delete pRows; in ~SwXMLTableContext() 1616 SwXMLTableRow_Impl *pCurRow = (*pRows)[(sal_uInt16)nCurRow]; in InsertCell() 1648 for( i=0; i<pRows->Count(); i++ ) in InsertCell() 1649 (*pRows)[(sal_uInt16)i]->Expand( nColsReq, i<nCurRow ); in InsertCell() 1653 if( pRows->Count() < nRowsReq ) in InsertCell() 1656 for( i = pRows->Count(); i < nRowsReq; ++i ) in InsertCell() 1657 pRows->Insert( new SwXMLTableRow_Impl(aStyleName2, GetColumnCount()), in InsertCell() [all …]
|
| H A D | xmltbli.hxx | 75 SwXMLTableRows_Impl *pRows; member in SwXMLTableContext
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | bitmap4.cxx | 122 long* pRows = new long[ nHeight2 ]; in ImplConvolute3() local 147 pRows[ i ] = ( i > 0 ) ? ( i - 1 ) : 0; in ImplConvolute3() 149 pRows[ nHeight + 1 ] = pRows[ nHeight ]; in ImplConvolute3() 154 pColRow1[ i ] = pReadAcc->GetColor( pRows[ 0 ], pColm[ i ] ); in ImplConvolute3() 155 pColRow2[ i ] = pReadAcc->GetColor( pRows[ 1 ], pColm[ i ] ); in ImplConvolute3() 156 pColRow3[ i ] = pReadAcc->GetColor( pRows[ 2 ], pColm[ i ] ); in ImplConvolute3() 219 pRowTmp3[ i ] = pReadAcc->GetColor( pRows[ nY + 2 ], pColm[ i ] ); in ImplConvolute3() 228 delete[] pRows; in ImplConvolute3() 269 long* pRows = new long[ nHeight2 ]; in ImplMedianFilter() local 290 pRows[ i ] = ( i > 0 ) ? ( i - 1 ) : 0; in ImplMedianFilter() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 414 HTMLTableRows *pRows; // die Zeilen der Tabelle member in HTMLTable 993 pRows = new HTMLTableRows; in InitCtor() 1150 delete pRows; in ~HTMLTable() 1186 HTMLTableRow *pRow = (*pRows)[i]; in CreateLayoutInfo() 1265 HTMLTableRow *pPrevRow = (*pRows)[nRow-1]; in GetPrevBoxStartNode() 1337 else if( bSwBorders && ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && in GetTopCellSpace() 1370 if( ((*pRows)[nRow+nRowSpan+1])->bBottomBorder ) in GetBottomCellSpace() 1430 pBGBrushItem = ((*pRows)[nRow])->GetBGBrush(); in FixFrameFmt() 1441 if( ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in FixFrameFmt() 1443 nEmptyRows = ((*pRows)[nRow+nRowSpan-1])->GetEmptyRows(); in FixFrameFmt() [all …]
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableRowExchange.cxx | 52 …::std::vector< ::boost::shared_ptr<OTableRow> >* pRows = reinterpret_cast< ::std::vector< ::boost:… in WriteObject() 53 if(pRows) in WriteObject() 55 (*rxOStm) << (sal_Int32)pRows->size(); // first stream the size in WriteObject() 56 … ::std::vector< ::boost::shared_ptr<OTableRow> >::const_iterator aIter = pRows->begin(); in WriteObject() 57 ::std::vector< ::boost::shared_ptr<OTableRow> >::const_iterator aEnd = pRows->end(); in WriteObject()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 32 pRows = 0; in IcnCursor_Impl() 43 delete[] pRows; in ~IcnCursor_Impl() 76 DBG_ASSERT(pColumns==0&&pRows==0,"ImplCreate: Not cleared"); in ImplCreate() 81 pRows = new SvPtrarr[ nRows ]; in ImplCreate() 101 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate() 102 pRows[ nY ].Insert( pEntry, nIns ); in ImplCreate() 117 delete[] pRows; in Clear() 119 pRows = 0; in Clear() 205 SvPtrarr* pList = &(pRows[ nRow ]); in SearchRow()
|
| H A D | svimpicn.cxx | 647 SvPtrarr* pRows; member in ImpIcnCursor 3042 pRows = 0; in ImpIcnCursor() 3056 delete[] pRows; in ~ImpIcnCursor() 3090 DBG_ASSERT(pColumns==0&&pRows==0,"ImplCreate: Not cleared"); in ImplCreate() 3095 pRows = new SvPtrarr[ nRows ]; in ImplCreate() 3118 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate() 3119 pRows[ nY ].Insert( pEntry, nIns ); in ImplCreate() 3228 delete[] pRows; in Clear() 3230 pRows = 0; in Clear() 3323 SvPtrarr* pList = &(pRows[ nRow ]); in SearchRow()
|
| H A D | imivctl.hxx | 547 SvPtrarr* pRows; member in IcnCursor_Impl
|
| /AOO41X/main/sd/source/ui/table/ |
| H A D | tablefunction.cxx | 124 SFX_REQUEST_ARG( rReq, pRows, SfxUInt16Item, SID_ATTR_TABLE_ROW, sal_False ); in FuTable() 130 if( pRows ) in FuTable() 131 nRows = pRows->GetValue(); in FuTable()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | basesh.cxx | 2694 SFX_REQUEST_ARG( _rRequest, pRows, SfxUInt16Item, SID_ATTR_TABLE_ROW, sal_False ); in InsertTable() 2702 if ( pRows ) in InsertTable() 2703 nRows = pRows->GetValue(); in InsertTable()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 2150 SwXTableRows* pRows = SwIterator<SwXTableRows,SwFmt>::FirstElement(*pFmt); in getRows() local 2151 if (!pRows) in getRows() 2152 pRows = new SwXTableRows(*pFmt); in getRows() 2153 xRet = pRows; in getRows()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlexprt.cxx | 1501 ScOutlineArray* pRows(pOutlineTable->GetRowArray()); in FillColumnRowGroups() local 1504 if (pRows) in FillColumnRowGroups() 1505 FillFieldGroup(pRows, pGroupRows); in FillColumnRowGroups()
|