Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx73 inline DXFVector(const DXFVector & rV);
76 DXFVector & operator += (const DXFVector & rV);
77 DXFVector operator + (const DXFVector & rV) const;
78 DXFVector & operator -= (const DXFVector & rV);
79 DXFVector operator - (const DXFVector & rV) const;
82 DXFVector operator * (const DXFVector & rV) const;
85 double SProd(const DXFVector & rV) const;
98 sal_Bool operator == (const DXFVector & rV) const;
99 sal_Bool operator != (const DXFVector & rV) const;
183 inline DXFVector::DXFVector(const DXFVector & rV) in DXFVector() argument
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dgradtrns.cxx36 void GradTransformer::GradToVec(GradTransGradient& rG, GradTransVector& rV, const SdrObject* pObj) in GradToVec() argument
39 rV.aCol1 = rG.aGradient.GetStartColor(); in GradToVec()
43 rV.aCol1 = Color(rV.aCol1.getBColor() * fFact); in GradToVec()
47 rV.aCol2 = rG.aGradient.GetEndColor(); in GradToVec()
51 rV.aCol2 = Color(rV.aCol2.getBColor() * fFact); in GradToVec()
181 rV.maPositionA = aStartPos; in GradToVec()
182 rV.maPositionB = aEndPos; in GradToVec()
187 void GradTransformer::VecToGrad(GradTransVector& rV, GradTransGradient& rG, GradTransGradient& rGOl… in VecToGrad() argument
194 if(rV.aCol1 != rGOld.aGradient.GetStartColor()) in VecToGrad()
196 rG.aGradient.SetStartColor(rV.aCol1); in VecToGrad()
[all …]
H A Dgradtrns.hxx53 void GradToVec(GradTransGradient& rG, GradTransVector& rV,
55 void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
/AOO41X/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()
/AOO41X/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()
/AOO41X/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 );
/AOO41X/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()
/AOO41X/main/sw/source/ui/inc/
H A Dcption.hxx127 SwCaptionDialog( Window *pParent, SwView &rV );
/AOO41X/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…
/AOO41X/main/sw/inc/
H A Dswabstdlg.hxx364 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…