| /trunk/main/filter/source/graphicfilter/idxf/ |
| H A D | dxfvec.hxx | 73 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 …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | gradtrns.cxx | 35 void GradTransformer::GradToVec(GradTransGradient& rG, GradTransVector& rV, const SdrObject* pObj) in GradToVec() argument 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() 185 void GradTransformer::VecToGrad(GradTransVector& rV, GradTransGradient& rG, GradTransGradient& rGOl… in VecToGrad() argument 192 if(rV.aCol1 != rGOld.aGradient.GetStartColor()) in VecToGrad() 194 rG.aGradient.SetStartColor(rV.aCol1); in VecToGrad() [all …]
|
| H A D | gradtrns.hxx | 53 void GradToVec(GradTransGradient& rG, GradTransVector& rV, 55 void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
|
| /trunk/main/sw/source/core/layout/ |
| H A D | flylay.cxx | 1045 const SwFmtVertOrient &rV = pFly->GetFmt()->GetVertOrient(); in CalcClipRect() local 1064 if( rV.GetVertOrient() != text::VertOrientation::NONE && in CalcClipRect() 1065 rV.GetRelationOrient() == text::RelOrientation::PRINT_AREA ) in CalcClipRect() 1122 else if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_FRAME || in CalcClipRect() 1123 rV.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA ) in CalcClipRect() 1130 if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_FRAME ) in CalcClipRect() 1134 else if ( rV.GetRelationOrient() == text::RelOrientation::PAGE_PRINT_AREA ) in CalcClipRect()
|
| /trunk/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()
|
| /trunk/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 );
|
| /trunk/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()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | cption.hxx | 127 SwCaptionDialog( Window *pParent, SwView &rV );
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 851 …log * SwAbstractDialogFactory_Impl::CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) in CreateSwCaptionDialog() argument 857 pDlg = new SwCaptionDialog( pParent, rV ); in CreateSwCaptionDialog()
|
| H A D | swdlgfact.hxx | 445 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId); //add…
|
| /trunk/main/sw/inc/ |
| H A D | swabstdlg.hxx | 363 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…
|