| /AOO41X/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 …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | gradtrns.cxx | 36 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 D | gradtrns.hxx | 53 void GradToVec(GradTransGradient& rG, GradTransVector& rV, 55 void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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 );
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | cption.hxx | 127 SwCaptionDialog( Window *pParent, SwView &rV );
|
| /AOO41X/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…
|
| /AOO41X/main/sw/inc/ |
| H A D | swabstdlg.hxx | 364 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…
|