Home
last modified time | relevance | path

Searched refs:rV (Results 1 – 12 of 12) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx185 fx=rV.fx; fy=rV.fy; fz=rV.fz; in DXFVector()
191 fx+=rV.fx; fy+=rV.fy; fz+=rV.fz; in operator +=()
198 return DXFVector(fx+rV.fx, fy+rV.fy, fz+rV.fz); in operator +()
204 fx-=rV.fx; fy-=rV.fy; fz-=rV.fz; in operator -=()
211 return DXFVector(fx-rV.fx, fy-rV.fy, fz-rV.fz); in operator -()
218 fy * rV.fz - fz * rV.fy, in operator *()
219 fz * rV.fx - fx * rV.fz, in operator *()
220 fx * rV.fy - fy * rV.fx in operator *()
227 return fx*rV.fx + fy*rV.fy + fz*rV.fz; in SProd()
246 if (fx==rV.fx && fy==rV.fy && fz==rV.fz) return sal_True; in operator ==()
[all …]
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx38 rV.aCol1 = rG.aGradient.GetStartColor(); in GradToVec()
42 rV.aCol1 = Color(rV.aCol1.getBColor() * fFact); in GradToVec()
46 rV.aCol2 = rG.aGradient.GetEndColor(); in GradToVec()
50 rV.aCol2 = Color(rV.aCol2.getBColor() * fFact); in GradToVec()
180 rV.maPositionA = aStartPos; in GradToVec()
181 rV.maPositionB = aEndPos; in GradToVec()
194 rG.aGradient.SetStartColor(rV.aCol1); in VecToGrad()
197 if(rV.aCol2 != rGOld.aGradient.GetEndColor()) in VecToGrad()
199 rG.aGradient.SetEndColor(rV.aCol2); in VecToGrad()
207 basegfx::B2DPoint aStartPos(rV.maPositionA); in VecToGrad()
[all …]
H A Dgradtrns.hxx53 void GradToVec(GradTransGradient& rG, GradTransVector& rV,
55 void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx1074 const SwFmtVertOrient &rV = pFly->GetFmt()->GetVertOrient(); in CalcClipRect() local
1093 if( rV.GetVertOrient() != text::VertOrientation::NONE && in CalcClipRect()
1094 rV.GetRelationOrient() == text::RelOrientation::PRINT_AREA ) in CalcClipRect()
1151 else if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_FRAME || in CalcClipRect()
1152 rV.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA ) in CalcClipRect()
1159 if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_FRAME ) in CalcClipRect()
1163 else if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA ) in CalcClipRect()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx100 SwSequenceOptionDialog( Window *pParent, SwView &rV,
116 SwCaptionDialog::SwCaptionDialog( Window *pParent, SwView &rV ) : in SwCaptionDialog() argument
140 rView( rV ), in SwCaptionDialog()
485 SwSequenceOptionDialog::SwSequenceOptionDialog( Window *pParent, SwView &rV, in SwSequenceOptionDialog() argument
504 rView( rV ), in SwSequenceOptionDialog()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx113 SwReadOnlyPopup::SwReadOnlyPopup( const Point &rDPos, SwView &rV ) : in SwReadOnlyPopup() argument
115 rView ( rV ), in SwReadOnlyPopup()
179 SfxViewFrame * pVFrame = rV.GetViewFrame(); in SwReadOnlyPopup()
H A Dromenu.hxx62 SwReadOnlyPopup( const Point &rDPos, SwView &rV );
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx147 SwDrawTextShell::SwDrawTextShell(SwView &rV) : in SwDrawTextShell() argument
148 SfxShell(&rV), in SwDrawTextShell()
149 rView(rV) in SwDrawTextShell()
/trunk/main/sw/source/ui/inc/
H A Dcption.hxx127 SwCaptionDialog( Window *pParent, SwView &rV );
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx853 …log * SwAbstractDialogFactory_Impl::CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) in CreateSwCaptionDialog() argument
859 pDlg = new SwCaptionDialog( pParent, rV ); in CreateSwCaptionDialog()
H A Dswdlgfact.hxx446 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId); //add…
/trunk/main/sw/inc/
H A Dswabstdlg.hxx364 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…

Completed in 42 milliseconds