Home
last modified time | relevance | path

Searched refs:rH (Results 1 – 7 of 7) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx160 const SfxStyleSheetHint& rH = (const SfxStyleSheetHint&) rHint; in Notify() local
161 DBG_ASSERT( rH.GetStyleSheet()->ISA( SfxStyleSheet ), "Kein SfxStyleSheet!" ); in Notify()
162 pStyle = (SfxStyleSheet*) rH.GetStyleSheet(); in Notify()
163 nId = rH.GetHint(); in Notify()
/trunk/main/svx/inc/svx/
H A Dviewpt3d.hxx112 void GetViewWindow(double& rX, double& rY, double& rW, double& rH) const;
/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx81 double& rW, double& rH) const in GetViewWindow()
86 rH = aViewWin.H; in GetViewWindow()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx842 const SwFmtHoriOrient &rH = pAct->GetFmt()->GetHoriOrient(); in lcl_NotifyNeighbours() local
843 if ( rH.GetHoriOrient() == aHori && in lcl_NotifyNeighbours()
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx379 const SwFmtHoriOrient &rH = GetFmt()->GetHoriOrient(); in CheckClip() local
382 if( rH.GetHoriOrient() == text::HoriOrientation::LEFT ) in CheckClip()
1100 const SwFmtHoriOrient &rH = pFly->GetFmt()->GetHoriOrient(); in CalcClipRect() local
1101 if( rH.GetHoriOrient() != text::HoriOrientation::NONE && in CalcClipRect()
1102 rH.GetRelationOrient() == text::RelOrientation::PRINT_AREA ) in CalcClipRect()
H A Dfrmtool.cxx3150 const SwFmtHoriOrient &rH = pFly->GetFmt()->GetHoriOrient(); in Notify_Background() local
3151 if ( text::HoriOrientation::NONE != rH.GetHoriOrient() && in Notify_Background()
3152 text::HoriOrientation::CENTER != rH.GetHoriOrient() && in Notify_Background()
3153 … ( !pFly->IsAutoPos() || text::RelOrientation::CHAR != rH.GetRelationOrient() ) && in Notify_Background()
H A Dhffrm.cxx709 const SwFmtHeader &rH = ((SwFrmFmt*)GetRegisteredIn())->GetHeader(); in PrepareHeader() local
714 if ( bOn && rH.IsActive() ) in PrepareHeader()
716 ASSERT( rH.GetHeaderFmt(), "FrmFmt fuer Header nicht gefunden." ); in PrepareHeader()
718 if ( pLay->GetFmt() == (SwFrmFmt*)rH.GetHeaderFmt() ) in PrepareHeader()
729 SwHeaderFrm *pH = new SwHeaderFrm( (SwFrmFmt*)rH.GetHeaderFmt(), this ); in PrepareHeader()

Completed in 54 milliseconds