Lines Matching refs:ScCaptionCreator

170 class ScCaptionCreator  class
174 …explicit ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, bool bShown, bool b…
176 …explicit ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, SdrCaptionObj& rCap…
192 explicit ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos );
216 ScCaptionCreator::ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, bool bShown, bool bTai… in ScCaptionCreator() function in __anon44e28bd80111::ScCaptionCreator
225 ScCaptionCreator::ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos, SdrCaptionObj& rCaptio… in ScCaptionCreator() function in __anon44e28bd80111::ScCaptionCreator
233 ScCaptionCreator::ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos ) : in ScCaptionCreator() function in __anon44e28bd80111::ScCaptionCreator
241 SdrPage* ScCaptionCreator::GetDrawPage() in GetDrawPage()
247 void ScCaptionCreator::FitCaptionToRect( const Rectangle* pVisRect ) in FitCaptionToRect()
273 void ScCaptionCreator::AutoPlaceCaption( const Rectangle* pVisRect ) in AutoPlaceCaption()
340 void ScCaptionCreator::UpdateCaptionPos( const Rectangle* pVisRect ) in UpdateCaptionPos()
380 Point ScCaptionCreator::CalcTailPos( bool bTailFront ) in CalcTailPos()
391 void ScCaptionCreator::CreateCaption( bool bShown, bool bTailFront ) in CreateCaption()
401 void ScCaptionCreator::Initialize() in Initialize()
418 class ScNoteCaptionCreator : public ScCaptionCreator
430 ScCaptionCreator( rDoc, rPos ) // use helper c'tor that does not create the caption yet in ScNoteCaptionCreator()
451 ScCaptionCreator( rDoc, rPos, rCaption ) in ScNoteCaptionCreator()
632 ScCaptionCreator aCreator( mrDoc, rPos, *maNoteData.mpCaption ); in UpdateCaptionPos()
816 ScCaptionCreator aCreator( rDoc, rPos, true, bTailFront ); in CreateTempCaption()