/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrgrafprimitive2d.cxx | 74 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 78 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in create2DDecomposition() 86 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in create2DDecomposition() 96 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 107 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 120 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrole2primitive2d.cxx | 106 && !getSdrLFSTAttribute().getLine().isDefault()) in get2DDecomposition() 110 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in get2DDecomposition() 118 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in get2DDecomposition() 128 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 139 getSdrLFSTAttribute().getLine(), in get2DDecomposition() 165 getSdrLFSTAttribute().getLine(), in get2DDecomposition()
|
H A D | sdrellipseprimitive2d.cxx | 76 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 93 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 105 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 196 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 213 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 225 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrcaptionprimitive2d.cxx | 75 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 98 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 106 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 118 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrconnectorprimitive2d.cxx | 48 if(getSdrLSTAttribute().getLine().isDefault()) in create2DDecomposition() 61 getSdrLSTAttribute().getLine(), in create2DDecomposition() 73 getSdrLSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrpathprimitive2d.cxx | 63 if(getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 83 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 98 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrrectangleprimitive2d.cxx | 77 if(!getSdrLFSTAttribute().getLine().isDefault()) in create2DDecomposition() 85 getSdrLFSTAttribute().getLine(), in create2DDecomposition() 107 getSdrLFSTAttribute().getLine(), in create2DDecomposition()
|
H A D | sdrmeasureprimitive2d.cxx | 150 const attribute::SdrLineAttribute rLineAttribute(getSdrLSTAttribute().getLine()); in create2DDecomposition() 401 if(getSdrLSTAttribute().getLine().isDefault()) in create2DDecomposition()
|
/trunk/main/svx/source/sdr/attribute/ |
H A D | sdrlineshadowtextattribute.cxx | 54 maLine(rCandidate.getLine()), in SdrLineShadowTextAttribute() 62 maLine = rCandidate.getLine(); in operator =() 71 && getLine().isDefault() in isDefault() 78 && getLine() == rCandidate.getLine() in operator ==()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrprimitive3d.cxx | 47 if(!getSdrLFSAttribute().getLine().isDefault()) in getStandard3DRange() 49 const attribute::SdrLineAttribute& rLine = getSdrLFSAttribute().getLine(); in getStandard3DRange() 74 if(!getSdrLFSAttribute().getLine().isDefault()) in get3DRangeFromSlices() 76 const attribute::SdrLineAttribute& rLine = getSdrLFSAttribute().getLine(); in get3DRangeFromSlices()
|
H A D | sdrpolypolygonprimitive3d.cxx | 108 if(!getSdrLFSAttribute().getLine().isDefault()) in create3DDecomposition() 114 aLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition() 168 if(!getSdrLFSAttribute().getLine().isDefault()) in getB3DRange() 170 const attribute::SdrLineAttribute& rLine = getSdrLFSAttribute().getLine(); in getB3DRange()
|
H A D | sdrlatheprimitive3d.cxx | 142 if(!getSdrLFSAttribute().getLine().isDefault()) in create3DDecomposition() 177 aNewLineGeometry, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition() 189 aHorLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition() 194 aVerLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition()
|
H A D | sdrextrudeprimitive3d.cxx | 148 if(!getSdrLFSAttribute().getLine().isDefault()) in create3DDecomposition() 334 aNewLineGeometry, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition() 346 aHorLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition() 351 aVerLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition()
|
H A D | sdrcubeprimitive3d.cxx | 167 if(!getSdrLFSAttribute().getLine().isDefault()) in create3DDecomposition() 171 aLine, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition()
|
H A D | sdrsphereprimitive3d.cxx | 156 if(!getSdrLFSAttribute().getLine().isDefault()) in create3DDecomposition() 160 aSphere, getTransform(), getSdrLFSAttribute().getLine())); in create3DDecomposition()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | AnchorOverlayObject.cxx | 89 const basegfx::B2DPolygon& getLine() const { return maLine; } in getLine() function in sw::sidebarwindows::AnchorPrimitive 133 getLine(), in create2DDecomposition() 153 getLine(), in create2DDecomposition() 225 && getLine() == rCompare.getLine() in operator ==()
|
/trunk/main/drawinglayer/source/attribute/ |
H A D | sdrallattribute3d.cxx | 60 return(getLine().isDefault() in isDefault() 69 return(getLine() == rCandidate.getLine() in operator ==()
|
/trunk/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 268 p = imgStr->getLine(); in createPng() 299 pm = imgStrMask->getLine(); in createPng() 353 p = imgStr->getLine(); in createPng()
|
/trunk/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2452 StringHelper::appendAddress( mxOut->getLine(), rPos ); in writeAddressItem() 2458 StringHelper::appendRange( mxOut->getLine(), rRange ); in writeRangeItem() 2467 StringHelper::appendRangeList( mxOut->getLine(), rRanges ); in writeRangeListItem() 2473 StringHelper::appendAddress( mxOut->getLine(), rPos, bNameMode ); in writeTokenAddressItem() 2480 StringHelper::appendAddress( mxOut->getLine(), rPos, bNameMode ); in writeTokenAddress3dItem() 2486 StringHelper::appendRange( mxOut->getLine(), rRange, bNameMode ); in writeTokenRangeItem() 2493 StringHelper::appendRange( mxOut->getLine(), rRange, bNameMode ); in writeTokenRange3dItem()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbashaperange.cxx | 208 uno::Reference< ov::msforms::XLineFormat > SAL_CALL ScVbaShapeRange::getLine() throw (css::uno::Run… in getLine() function in ScVbaShapeRange 214 return xShape->getLine(); in getLine()
|
/trunk/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrlineshadowtextattribute.hxx | 61 const SdrLineAttribute& getLine() const { return maLine; } in getLine() function in drawinglayer::attribute::SdrLineShadowTextAttribute
|
/trunk/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrallattribute3d.hxx | 69 const SdrLineAttribute& getLine() const { return maLine; } in getLine() function in drawinglayer::attribute::SdrLineFillShadowAttribute3D
|
/trunk/main/idlc/inc/idlc/ |
H A D | astexpression.hxx | 118 sal_Int32 getLine() in getLine() function in AstExpression
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbashaperange.hxx | 63 …virtual css::uno::Reference< ov::msforms::XLineFormat > SAL_CALL getLine() throw (css::uno::Runtim…
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 159 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen); 1299 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen) in getLine() function 1771 while (getLine(pFile, Line, sizeof(Line))) in loadProfile()
|