Home
last modified time | relevance | path

Searched refs:GetIMax (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx146 long GetIMax(){ return nIMax; } in GetIMax() function in WW8PLCFspecial
228 long GetIMax(){ return nIMax; } in GetIMax() function in WW8PLCF
273 long GetIMax(){ return rPLCF.nIMax; } in GetIMax() function in WW8PLCFpcd_Iter
346 virtual sal_uLong GetIMax() const;
505 long GetIMax() const { return ( pPLCF ) ? pPLCF->GetIMax() : 0; } in GetIMax() function in WW8PLCFx_SEPX
549 long Count() { return ( pRef ) ? pRef->GetIMax() : 0; } in Count()
581 long GetIMax(){ return nIMax; } in GetIMax() function in WW8PLCFx_Book
H A Ddump8a.cxx367 if( !aBook.GetIMax() ){ in DumpBookHigh()
491 *pOut << nLen << ", ca. " << aPlc.GetIMax()/3 << " Elements" in DumpField1()
494 << " IMax: " << aPlc.GetIMax() in DumpField1()
499 while( (long)aPlc.GetIdx() < aPlc.GetIMax() ) in DumpField1()
1185 *pOut << nLen << ", " << aPlc.GetIMax() << " Elements" << endl1; in DumpPLCFPcd()
1188 for( i=0; i<aPlc.GetIMax(); i++ ) in DumpPLCFPcd()
1313 *pOut << nLen << ", " << aPlc.GetIMax() << " Elements" << endl1; in DumpPLCF()
1316 for( i=0; i<aPlc.GetIMax(); i++ ) in DumpPLCF()
1501 *pOut << nLen << ", " << aPlc.GetIMax() << " Elements" << endl1; in DumpPlcText()
1504 for( i=0; i < aPlc.GetIMax(); ++i ) in DumpPlcText()
[all …]
H A Dww8scan.cxx1047 sal_uLong WW8PLCFx_PCD::GetIMax() const in GetIMax() function in WW8PLCFx_PCD
1049 return pPcdI ? pPcdI->GetIMax() : 0; in GetIMax()
1424 pPieceIter->GetIdx() < pPieceIter->GetIMax();(*pPieceIter)++) in WW8Fc2Cp()
2967 return pPcd ? pPcd->GetIMax() : 0; in GetPCDIMax()
3121 for (;pPieceIter->GetIdx() < pPieceIter->GetIMax(); in GetSprms()
3750 if( pBook[0]->GetIMax() < nIMax ) // Count of Bookmarks in WW8PLCFx_Book()
3751 nIMax = pBook[0]->GetIMax(); in WW8PLCFx_Book()
3933 while (i < pBook[0]->GetIMax()); in GetBookmark()
3966 while (!bFound && i < pBook[0]->GetIMax()); in MapName()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx223 long GetIMax() const { return nIMax; } in GetIMax() function in WW8PLCFspecial
309 sal_Int32 GetIMax() const { return nIMax; } in GetIMax() function in WW8PLCF
350 long GetIMax() const { return rPLCF.nIMax; } in GetIMax() function in WW8PLCFpcd_Iter
446 virtual sal_uLong GetIMax() const;
646 long GetIMax() const { return ( pPLCF ) ? pPLCF->GetIMax() : 0; } in GetIMax() function in WW8PLCFx_SEPX
689 long Count() const { return ( pRef ) ? pRef->GetIMax() : 0; } in Count()
736 long GetIMax() const { return nIMax; } in GetIMax() function in WW8PLCFx_Book
H A Dww8scan.cxx1171 sal_uLong WW8PLCFx_PCD::GetIMax() const in GetIMax() function in WW8PLCFx_PCD
1173 return pPcdI ? pPcdI->GetIMax() : 0; in GetIMax()
1515 pPieceIter->GetIdx() < pPieceIter->GetIMax();(*pPieceIter)++) in WW8Fc2Cp()
3303 return pPcd ? pPcd->GetIMax() : 0; in GetPCDIMax()
3460 for (;pPieceIter->GetIdx() < pPieceIter->GetIMax(); in GetSprms()
4162 if( pBook[0]->GetIMax() < nIMax ) // Count of Bookmarks in WW8PLCFx_Book()
4163 nIMax = pBook[0]->GetIMax(); in WW8PLCFx_Book()
4358 while (i < pBook[0]->GetIMax()); in GetBookmark()
4412 while (!bFound && i < pBook[0]->GetIMax()); in MapName()
H A Dww8graf.cxx815 bool bCheckTextBoxStory = ( nTxBxS && pT->GetIMax() >= nTxBxS ); in GetTxbxTextSttEndCp()
H A Dww8par5.cxx1332 nNo += pPlcxMan->GetBook()->GetIMax(); in MapBookmarkVariables()