/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1293 pRows( new SwXMLTableRows_Impl ), in SwXMLTableContext() 1460 delete pRows; in ~SwXMLTableContext() 1656 if( pRows->Count() < nRowsReq ) in InsertCell() 1661 pRows->Count() ); in InsertCell() 1709 if( nCurRow < pRows->Count() ) in InsertRow() 1721 pRows->Count() ); in InsertRow() 2421 if( pRows->Count() > nCurRow ) in _MakeTable() 2436 if( 0UL == pRows->Count() ) in _MakeTable() 2682 if (!pRows || !pRows->Count() || !GetColumnCount()) in MakeTable() 2826 (*pRows)[i]->Dispose(); in MakeTable() [all …]
|
H A D | xmltbli.hxx | 75 SwXMLTableRows_Impl *pRows; member in SwXMLTableContext
|
/trunk/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() 228 delete[] pRows; in ImplConvolute3() 269 long* pRows = new long[ nHeight2 ]; in ImplMedianFilter() local 290 pRows[ i ] = ( i > 0 ) ? ( i - 1 ) : 0; in ImplMedianFilter() 292 pRows[ nHeight + 1 ] = pRows[ nHeight ]; in ImplMedianFilter() [all …]
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 993 pRows = new HTMLTableRows; in InitCtor() 1150 delete pRows; in ~HTMLTable() 1186 HTMLTableRow *pRow = (*pRows)[i]; in CreateLayoutInfo() 2060 HTMLTableRow *pRow = (*pRows)[i]; in SetBorders() 2109 ASSERT( nRow<pRows->Count(), in GetCell() 2176 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in InsertCell() 2278 pRows->Insert( new HTMLTableRow(nCols), pRows->Count() ); in OpenRow() 2280 ASSERT( nRows==pRows->Count(), in OpenRow() 2410 pRows->DeleteAndDestroy(i); in CloseTable() 2419 ((*pRows)[i])->Expand(1); in CloseTable() [all …]
|
/trunk/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()
|
/trunk/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
|
/trunk/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()
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2701 SFX_REQUEST_ARG( _rRequest, pRows, SfxUInt16Item, SID_ATTR_TABLE_ROW, sal_False ); in InsertTable() 2709 if ( pRows ) in InsertTable() 2710 nRows = pRows->GetValue(); in InsertTable()
|
/trunk/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()
|
/trunk/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()
|