Home
last modified time | relevance | path

Searched refs:pVisRect (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dpostit.cxx184 void FitCaptionToRect( const Rectangle* pVisRect = 0 );
186 void AutoPlaceCaption( const Rectangle* pVisRect = 0 );
188 void UpdateCaptionPos( const Rectangle* pVisRect = 0 );
203 …inline const Rectangle& GetVisRect( const Rectangle* pVisRect ) const { return pVisRect ? *pVisRec… in GetVisRect()
247 void ScCaptionCreator::FitCaptionToRect( const Rectangle* pVisRect ) in FitCaptionToRect() argument
249 const Rectangle& rVisRect = GetVisRect( pVisRect ); in FitCaptionToRect()
273 void ScCaptionCreator::AutoPlaceCaption( const Rectangle* pVisRect ) in AutoPlaceCaption() argument
275 const Rectangle& rVisRect = GetVisRect( pVisRect ); in AutoPlaceCaption()
337 FitCaptionToRect( pVisRect ); in AutoPlaceCaption()
340 void ScCaptionCreator::UpdateCaptionPos( const Rectangle* pVisRect ) in UpdateCaptionPos() argument
[all …]

Completed in 19 milliseconds