/aoo42x/main/l10ntools/source/ |
H A D | lngmerge.cxx | 41 pLines( NULL ), in LngParser() 46 pLines = new LngLineList( 100, 100 ); in LngParser() 75 for ( sal_uLong i = 0; i < pLines->Count(); i++ ) in ~LngParser() 76 delete pLines->GetObject( i ); in ~LngParser() 77 delete pLines; in ~LngParser() 130 while( nPos < pLines->Count() ){ in CreateSDF() 131 sLine = *pLines->GetObject( nPos++ ); in CreateSDF() 229 while ( nPos < pLines->Count() && !bGroup ) { in Merge() 244 while ( nPos < pLines->Count()) { in Merge() 257 while ( nPos < pLines->Count() && !bGroup ) { in Merge() [all …]
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 280 OConnectionLineDataVec* pLines = m_pConnData->GetConnLineDataList(); in SaveModified() local 281 if ( pLines->size() <= static_cast<sal_uInt32>(nRow) ) in SaveModified() 283 pLines->push_back(new OConnectionLineData()); in SaveModified() 284 nRow = pLines->size() - 1; in SaveModified() 287 OConnectionLineDataRef pConnLineData = (*pLines)[nRow]; in SaveModified() 456 OConnectionLineDataVec* pLines = m_pConnData->GetConnLineDataList(); in setWindowTables() local 457 ::std::for_each(pLines->begin(), in setWindowTables() 458 pLines->end(), in setWindowTables() 663 const OConnectionLineDataVec* pLines = pConnData->GetConnLineDataList(); in NotifyCellChange() local 664 m_pParentDialog->setValid(!pLines->empty()); in NotifyCellChange() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 116 const SwTableLines *pLines; member in SwXMLTableLines_Impl 132 pLines( &rLines ), in SwXMLTableLines_Impl() 590 SwXMLTableLines_Impl *pLines = in ExportTableLinesAutoStyles() local 594 pTableLines->Insert( pLines, pTableLines->Count() ); in ExportTableLinesAutoStyles() 686 nCPos = pLines->GetWidth(); in ExportTableLinesAutoStyles() 695 pLines->GetColumns().Seek_Entry( &aCol, &nCol ); in ExportTableLinesAutoStyles() 1031 SwXMLTableLines_Impl *pLines = 0; in ExportTableLines() local 1037 pLines = pTableLines->GetObject( nInfoPos ); in ExportTableLines() 1041 ASSERT( pLines, in ExportTableLines() 1045 if( !pLines ) in ExportTableLines() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1572 SwTableLines* pLines; in lcl_Merge_MoveLine() local 1580 pLines = pFndLn->GetUpper() ? in lcl_Merge_MoveLine() 1602 if( (nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) +1 < pLines->Count() ) in lcl_Merge_MoveLine() 1605 lcl_CpyLines( nPos+1, pLines->Count(), *pLines, in lcl_Merge_MoveLine() 1636 if( (nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) +1 < pLines->Count() ) in lcl_Merge_MoveLine() 1637 lcl_CpyLines( nPos+1, pLines->Count(), *pLines, in lcl_Merge_MoveLine() 1715 if( (nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) +1 < pLines->Count() ) in lcl_Merge_MoveLine() 1716 lcl_CpyLines( nPos+1, pLines->Count(), *pLines, in lcl_Merge_MoveLine() 1742 nInsPos = pLines->Count(); in lcl_Merge_MoveLine() 4236 SwTableLines* pLines; in lcl_InsDelSelLine() local [all …]
|
H A D | gctable.cxx | 222 const SwTableLine* pNextLine = (*pGCPara->pLines)[ pGCPara->nLinePos+1 ]; in lcl_GC_Line_Border()
|
/aoo42x/main/svtools/source/control/ |
H A D | ruler.cxx | 95 RulerLine* pLines; member in ImplRulerData 181 delete[] pLines; in ~ImplRulerData() 192 delete[] pLines; in operator =() 200 if ( rData.pLines ) in operator =() 202 pLines = new RulerLine[nLines]; in operator =() 203 memcpy( pLines, rData.pLines, nLines*sizeof( RulerLine ) ); in operator =() 2933 if ( !mpData->pLines ) in SetLines() 2935 delete[] mpData->pLines; in SetLines() 2937 mpData->pLines = NULL; in SetLines() 2943 delete[] mpData->pLines; in SetLines() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 138 const SwTableLines* pLines; member 143 : pLines( &rTable.GetTabLines() ), pShareFmts(0), nLinePos( 0 ) {} in _SwGCLineBorder() 146 : pLines( &rBox.GetTabLines() ), pShareFmts(0), nLinePos( 0 ) {} in _SwGCLineBorder() 147 sal_Bool IsLastLine() const { return nLinePos + 1 >= pLines->Count(); } in IsLastLine()
|
/aoo42x/main/svtools/source/filter/jpeg/ |
H A D | jpegc.c | 66 void ReadJPEG( void* pJPEGReader, void* pIStm, long* pLines ) in ReadJPEG() argument 171 for ( *pLines = 0; *pLines < nHeight; (*pLines)++ ) in ReadJPEG()
|
H A D | jpeg.h | 59 void ReadJPEG( void* pJPEGReader, void* pIStm, long* pLines );
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 230 static SwLineRects *pLines = 0; variable 365 pLines = 0; in SwSavePaintStatics() 381 pLines = pSLines; in ~SwSavePaintStatics() 3168 DELETEZ( pLines ); in Paint() 3221 DELETEZ( pLines ); in HackPrepareLongTblPaint() 3639 pLines->LockLines(sal_True); in Paint() 6924 pLines = new SwLineRects; in MakeGraphic() 6936 pLines->PaintLines( &aDev ); in MakeGraphic() 6939 pLines->PaintLines( &aDev ); in MakeGraphic() 6944 pLines->PaintLines( &aDev ); in MakeGraphic() [all …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 769 const SwTableLines* pLines = (SwTableLines*)&rTbl.GetTabLines(); in lcl_RelToBox() local 791 if( nLineOffset >= long(pLines->Count()) ) in lcl_RelToBox() 794 pLine = (*pLines)[ sal_uInt16(nLineOffset) ]; in lcl_RelToBox() 805 pLines = &pBox->GetTabLines(); in lcl_RelToBox() 812 if( !nSttLine || nSttLine > pLines->Count() ) in lcl_RelToBox() 814 pLine = (*pLines)[ nSttLine-1 ]; in lcl_RelToBox()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 1033 const ::std::vector<OConnectionLine*>* pLines = pConn->GetConnLineList(); in SelectConn() local 1034 ::std::vector<OConnectionLine*>::const_reverse_iterator aIter = pLines->rbegin(); in SelectConn() 1035 for(;aIter != pLines->rend();++aIter) in SelectConn() 1313 const ::std::vector<OConnectionLine*>* pLines = pSelConnection->GetConnLineList(); in Command() local 1314 …::std::vector<OConnectionLine*>::const_iterator aIter = ::std::find_if(pLines->begin(),pLines->end… in Command() 1315 if( aIter != pLines->end() ) in Command()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1526 const SwTableLines* pLines; in GetTblBox() local 1536 pLines = &GetTabLines(); in GetTblBox() 1539 pLines = &pBox->GetTabLines(); in GetTblBox() 1547 if( !nLine || nLine > pLines->Count() ) in GetTblBox() 1549 pLine = (*pLines)[ nLine-1 ]; in GetTblBox() 2002 const SwTableLines* pLines = pLine->GetUpper() in GetName() local 2005 sTmp = String::CreateFromInt32( nPos = pLines->GetPos( pLine ) + 1 ); in GetName()
|
H A D | swnewtable.cxx | 1335 SwTwips* pLines = new SwTwips[ nLast + 1 - nFirst ]; in lcl_CalculateSplitLineHeights() local 1341 pLines[ i - nFirst ] = nHeight; in lcl_CalculateSplitLineHeights() 1347 pLines[ pSplit->first - nFirst - 1 ]; in lcl_CalculateSplitLineHeights() 1348 SwTwips nDiff = pLines[ pSplit->second - nFirst ] - nBase; in lcl_CalculateSplitLineHeights() 1356 delete[] pLines; in lcl_CalculateSplitLineHeights()
|
/aoo42x/main/l10ntools/inc/ |
H A D | lngmerge.hxx | 43 LngLineList *pLines; member in LngParser
|