/trunk/main/sw/source/core/text/ |
H A D | portxt.cxx | 384 ( rInf.GetLast() && ! rInf.GetLast()->IsFlyPortion() ) ) ) in _Format() 404 ( rInf.GetLast() && in _Format() 406 rInf.GetLast()->InTabGrp() && in _Format() 421 ( rInf.GetLast() && in _Format() 422 ( rInf.GetLast()->IsFlyPortion() || in _Format() 423 ( rInf.GetLast()->InFldGrp() && in _Format() 424 ! rInf.GetLast()->InNumberGrp() && in _Format() 425 ! rInf.GetLast()->IsErgoSumPortion() && in _Format() 455 ( !bFirstPor || rInf.GetFly() || rInf.GetLast()->IsFlyPortion() || in _Format() 457 ( !rInf.GetLast()->IsBlankPortion() || ((SwBlankPortion*) in _Format() [all …]
|
H A D | itrform2.cxx | 253 if ( pPor==rInf.GetLast() ) in UnderFlow() 293 rInf.GetLast()->SetPortion(0); in UnderFlow() 297 if( rInf.GetLast() == pCurr ) in UnderFlow() 345 SwLinePortion *pLast = rInf.GetLast(); in InsertPortion() 443 rInf.GetLast() && rInf.GetLast()->InTxtGrp() && in BuildPortions() 444 rInf.GetLast()->Width() && !rInf.GetLast()->InNumberGrp() ) in BuildPortions() 726 rInf.GetLast()->FormatEOL( rInf ); in BuildPortions() 774 rInf.GetLast() && rInf.GetLast()->InNumberGrp() && in CalcAscent() 784 const SwLinePortion *pLast = rInf.GetLast(); in CalcAscent() 819 || !rInf.GetLast()->InTxtGrp() ) in CalcAscent() [all …]
|
H A D | porfly.cxx | 74 rInf.GetLast()->FormatEOL( rInf ); in Format() 92 && ( !rInf.GetLast() || !rInf.GetLast()->IsBreakPortion() ) ) in Format() 127 const SwLinePortion* pLastPor = rInf.GetLast(); in Format() 146 if( rInf.GetLast() ) in Format() 147 rInf.GetLast()->FormatEOL( rInf ); in Format()
|
H A D | porexp.cxx | 197 if( rInf.GetLast() == this ) in FormatEOL() 204 if( rInf.GetLast()->IsKernPortion() ) in FormatEOL() 205 rInf.SetUnderFlow( rInf.GetLast() ); in FormatEOL() 221 if( rInf.GetLast()->IsKernPortion() ) in Format() 222 rInf.SetUnderFlow( rInf.GetLast() ); in Format()
|
H A D | porfld.cxx | 427 if( bEOL && rInf.GetLast() && !rInf.GetUnderFlow() ) in Format() 428 rInf.GetLast()->FormatEOL( rInf ); in Format() 624 ( rInf.GetLast() && rInf.GetLast()->IsFlyPortion() ); in Format() 880 ( rInf.GetLast() && rInf.GetLast()->IsFlyPortion() ); in Format() 1350 if( rInf.GetLineStart() == rInf.GetIdx() && (!rInf.GetLast()->InFldGrp() in Format() 1351 || !((SwFldPortion*)rInf.GetLast())->IsFollow() ) ) in Format() 1358 if( rInf.GetLast() ) in Format() 1359 rInf.GetLast()->FormatEOL( rInf ); in Format()
|
H A D | guess.cxx | 266 if ( rInf.GetLast() && rInf.GetLast()->InFldGrp() && in Guess() 267 ! rInf.GetLast()->IsFtnPortion() && in Guess() 272 SwFldPortion* pFld = (SwFldPortion*)rInf.GetLast(); in Guess()
|
H A D | txttab.cxx | 405 rInf.GetLast() && rInf.GetLast()->InNumberGrp() && in PreFormat() 406 static_cast<SwNumberPortion*>(rInf.GetLast())->HasFont() ) in PreFormat() 409 static_cast<SwNumberPortion*>(rInf.GetLast())->GetFont(); in PreFormat()
|
H A D | porlin.cxx | 328 const SwLinePortion *pLast = rInf.GetLast(); in Format() 339 rInf.GetLast()->FormatEOL( rInf ); in Format()
|
H A D | inftxt.cxx | 1737 if( GetLast() ) in LastKernPortion() 1739 if( GetLast()->IsKernPortion() ) in LastKernPortion() 1741 if( GetLast()->Width() || ( GetLast()->GetLen() && in LastKernPortion() 1742 !GetLast()->IsHolePortion() ) ) in LastKernPortion()
|
H A D | porrst.cxx | 190 if( rInf.GetLast() == this ) in FormatEOL() 196 rInf.GetLast()->FormatEOL( rInf ); in FormatEOL()
|
H A D | txthyph.cxx | 447 const SwLinePortion *pLast = rInf.GetLast(); in Format() 615 if( rInf.GetLast() == this ) in FormatEOL()
|
H A D | txtfld.cxx | 504 long nTmpA = rInf.GetLast()->GetAscent(); in NewNumberPortion() 505 long nTmpD = rInf.GetLast()->Height() - nTmpA; in NewNumberPortion()
|
/trunk/main/editeng/source/misc/ |
H A D | splwrap.cxx | 398 Reference< XSpellAlternatives > xAlt( GetLast(), UNO_QUERY ); in SpellDocument() 399 Reference< XHyphenatedWord > xHyphWord( GetLast(), UNO_QUERY ); in SpellDocument() 589 Reference< XSpellAlternatives > xAlt( GetLast(), UNO_QUERY ); in FindSpellError() 590 Reference< XHyphenatedWord > xHyphWord( GetLast(), UNO_QUERY ); in FindSpellError() 626 return GetLast().is(); in FindSpellError()
|
/trunk/main/vcl/inc/vcl/ |
H A D | field.hxx | 198 sal_Int64 GetLast() const { return mnLast; } in GetLast() function in NumericFormatter 574 sal_Int64 GetLast( FieldUnit eOutUnit ) const; 575 inline sal_Int64 GetLast() const { return GetLast(FUNIT_NONE); } in GetLast() function in MetricField 669 Date GetLast() const { return maLast; } in GetLast() function in DateField 705 Time GetLast() const { return maLast; } in GetLast() function in TimeField
|
H A D | longcurr.hxx | 127 BigInt GetLast() const { return mnLast; } in GetLast() function in LongCurrencyField
|
/trunk/main/tools/workben/ |
H A D | hashtbl.hxx | 111 void* GetLast(); 191 ObjType GetLast() \ 192 { return (ObjType)HashTableIterator::GetLast(); } \
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 864 const ScChangeAction* pLastSearchAction = pThisTrack->GetLast(); in MergeDocument() 883 sal_uLong nLastMergeAction = pSourceTrack->GetLast()->GetActionNumber(); in MergeDocument() 1099 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() 1135 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() 1150 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() 1160 ScChangeAction* pAct = pThisTrack->GetLast(); in MergeDocument() 1305 ScChangeAction* pAction = pThisTrack->GetLast(); in MergeSharedDocument()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 892 if (pTrack->GetLast()) in CreateChangeTrack() 893 pTrack->SetActionMax(pTrack->GetLast()->GetActionNumber()); in CreateChangeTrack() 926 if ( pTrack->GetLast() ) in CreateChangeTrack() 927 pTrack->SetLastSavedActionNumber(pTrack->GetLast()->GetActionNumber()); in CreateChangeTrack()
|
H A D | XMLColumnRowGroupExport.hxx | 64 sal_Int32 GetLast();
|
H A D | XMLChangeTrackingExportHelper.cxx | 771 ScChangeAction* pLastAction = pChangeTrack->GetLast(); in CollectAutoStyles() 804 ScChangeAction* pLastAction = pChangeTrack->GetLast(); in CollectAndWriteChanges()
|
/trunk/main/soltools/ldump/ |
H A D | ldump.cxx | 445 LibExport * GetLast() in GetLast() function in ExportSetIter 446 { return (LibExport *)HashTableIterator::GetLast(); } in GetLast()
|
H A D | hashtbl.hxx | 99 void* GetLast();
|
/trunk/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 196 pHyphWrapper->GetLast() : NULL, uno::UNO_QUERY ); in SvxHyphenWordDialog_Impl() 412 …uno::Reference< linguistic2::XHyphenatedWord > xHyphWord( pHyphWrapper->GetLast(), uno::UNO_QUERY… in ContinueHyph_Impl()
|
/trunk/main/cui/source/tabpages/ |
H A D | page.cxx | 399 nLastLeftMargin = static_cast<long>(aLeftMarginEdit.GetLast()); in SvxPageDescPage() 402 nLastRightMargin = static_cast<long>(aRightMarginEdit.GetLast()); in SvxPageDescPage() 405 nLastTopMargin = static_cast<long>(aTopMarginEdit.GetLast()); in SvxPageDescPage() 408 nLastBottomMargin = static_cast<long>(aBottomMarginEdit.GetLast()); in SvxPageDescPage()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 122 return GetLast().is(); in SpellContinue()
|