Searched refs:rV (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.hxx | 185 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 …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 38 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 D | gradtrns.hxx | 53 void GradToVec(GradTransGradient& rG, GradTransVector& rV, 55 void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
|
/aoo42x/main/sw/source/core/layout/ |
H A D | flylay.cxx | 1074 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()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 100 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()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 113 SwReadOnlyPopup::SwReadOnlyPopup( const Point &rDPos, SwView &rV ) : in SwReadOnlyPopup() argument 115 rView ( rV ), in SwReadOnlyPopup() 179 SfxViewFrame * pVFrame = rV.GetViewFrame(); in SwReadOnlyPopup()
|
H A D | romenu.hxx | 62 SwReadOnlyPopup( const Point &rDPos, SwView &rV );
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 147 SwDrawTextShell::SwDrawTextShell(SwView &rV) : in SwDrawTextShell() argument 148 SfxShell(&rV), in SwDrawTextShell() 149 rView(rV) in SwDrawTextShell()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | cption.hxx | 127 SwCaptionDialog( Window *pParent, SwView &rV );
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 853 …log * SwAbstractDialogFactory_Impl::CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) in CreateSwCaptionDialog() argument 859 pDlg = new SwCaptionDialog( pParent, rV ); in CreateSwCaptionDialog()
|
H A D | swdlgfact.hxx | 446 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId); //add…
|
/aoo42x/main/sw/inc/ |
H A D | swabstdlg.hxx | 364 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…
|
Completed in 68 milliseconds