Searched refs:eHint (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sw/source/core/layout/ |
H A D | flyincnt.cxx | 239 PrepareHint eHint) in NotifyBackground() argument 241 if ( eHint == PREP_FLY_ATTR_CHG ) in NotifyBackground() 244 AnchorFrm()->Prepare( eHint, (void*)&rRect ); in NotifyBackground()
|
H A D | frmtool.cxx | 2939 const SwRect &rRect, const PrepareHint eHint ) in lcl_NotifyCntnt() argument 2945 if ( eHint == PREP_FLY_ATTR_CHG ) in lcl_NotifyCntnt() 2957 pCnt->Prepare( eHint, (void*)&aCntPrt._Intersection( rRect ) ); in lcl_NotifyCntnt() 2972 ::lcl_NotifyCntnt( pThis, pCntnt, rRect, eHint ); in lcl_NotifyCntnt() 2985 const PrepareHint eHint, in Notify_Background() argument 2991 if ( eHint == PREP_FLY_LEAVE && rRect.Top() == WEIT_WECH ) in Notify_Background() 3008 if( PREP_FLY_LEAVE != eHint && pAnchor->IsInFly() ) in Notify_Background() 3015 if( PREP_FLY_ARRIVE != eHint ) in Notify_Background() 3039 ::lcl_NotifyCntnt( pObj, pCnt, rRect, eHint ); in Notify_Background() 3109 ::lcl_NotifyCntnt( pObj, pCnt, rRect, eHint ); in Notify_Background()
|
H A D | flylay.cxx | 131 const SwRect& rRect, PrepareHint eHint ) in NotifyBackground() argument 133 ::Notify_Background( GetVirtDrawObj(), pPageFrm, rRect, eHint, sal_True ); in NotifyBackground()
|
H A D | tabfrm.cxx | 3841 void SwTabFrm::Prepare( const PrepareHint eHint, const void *, sal_Bool ) in Prepare() argument 3843 if( PREP_BOSS_CHGD == eHint ) in Prepare()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | RptObjectListener.cxx | 81 DlgEdHint::DlgEdHint( DlgEdHintKind eHint ) in DlgEdHint() argument 82 :eHintKind( eHint ) in DlgEdHint()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | flyfrms.hxx | 65 const SwRect& rRect, PrepareHint eHint); 188 const SwRect& rRect, PrepareHint eHint);
|
H A D | frmtool.hxx | 123 const PrepareHint eHint,
|
/aoo41x/main/basctl/source/inc/ |
H A D | dlged.hxx | 64 DlgEdHint( DlgEdHintKind eHint ); 65 DlgEdHint( DlgEdHintKind eHint, DlgEdObj* pObj );
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 88 DlgEdHint::DlgEdHint( DlgEdHintKind eHint ) in DlgEdHint() argument 89 :eHintKind( eHint ) in DlgEdHint() 95 DlgEdHint::DlgEdHint( DlgEdHintKind eHint, DlgEdObj* pObj ) in DlgEdHint() argument 96 :eHintKind( eHint ) in DlgEdHint()
|
/aoo41x/main/framework/inc/helper/ |
H A D | ilayoutnotifications.hxx | 40 virtual void requestLayout( Hint eHint = HINT_NOT_SPECIFIED ) = 0;
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 869 FontAutoHint eHint = rFontOptions.GetUseAutoHint(); in SetFontOptions() local 870 if( eHint == AUTOHINT_DONTKNOW ) in SetFontOptions() 871 eHint = mbUseGamma ? AUTOHINT_TRUE : AUTOHINT_FALSE; in SetFontOptions() 873 if( eHint == AUTOHINT_TRUE ) in SetFontOptions()
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptObject.hxx | 66 DlgEdHint( DlgEdHintKind eHint );
|
/aoo41x/main/framework/inc/services/ |
H A D | layoutmanager.hxx | 207 virtual void requestLayout( Hint eHint );
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 2332 void LayoutManager::requestLayout( Hint eHint ) in requestLayout() argument 2334 if ( eHint == HINT_TOOLBARSPACE_HAS_CHANGED ) in requestLayout()
|
Completed in 180 milliseconds