/aoo42x/main/sw/inc/ |
H A D | tblafmt.hxx | 152 void SetFont( const SvxFontItem& rNew ) { aFont = rNew; } in SetFont() 153 void SetHeight( const SvxFontHeightItem& rNew ) { aHeight = rNew; } in SetHeight() 154 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight() 155 void SetPosture( const SvxPostureItem& rNew ) { aPosture = rNew; } in SetPosture() 156 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont() 158 void SetCJKWeight( const SvxWeightItem& rNew ) { aCJKWeight = rNew; } in SetCJKWeight() 160 void SetCTLFont( const SvxFontItem& rNew ) { aCTLFont = rNew; } in SetCTLFont() 167 void SetContour( const SvxContourItem& rNew ) { aContour = rNew; } in SetContour() 169 void SetColor( const SvxColorItem& rNew ) { aColor = rNew; } in SetColor() 170 void SetAdjust( const SvxAdjustItem& rNew ) in SetAdjust() [all …]
|
H A D | section.hxx | 138 void SetCondition(String const& rNew) { m_sCondition = rNew; } in SetCondition() 141 void SetLinkFileName(String const& rNew, String const* pPassWd = 0) in SetLinkFileName() 152 void SetPassword(::com::sun::star::uno::Sequence<sal_Int8> const& rNew) in SetPassword() 228 void SetCondition(String const& rNew) { m_Data.SetCondition(rNew); } in SetCondition() 241 void SetPassword(::com::sun::star::uno::Sequence <sal_Int8> const& rNew) in SetPassword()
|
/aoo42x/main/sc/inc/ |
H A D | editutil.hxx | 230 void SetTitle(const String& rNew) { aData.aTitle = rNew; } in SetTitle() 231 void SetLongDocName(const String& rNew) { aData.aLongDocName = rNew; } in SetLongDocName() 232 void SetShortDocName(const String& rNew) { aData.aShortDocName = rNew; } in SetShortDocName() 233 void SetTabName(const String& rNew) { aData.aTabName = rNew; } in SetTabName() 234 void SetDate(const Date& rNew) { aData.aDate = rNew; } in SetDate() 235 void SetTime(const Time& rNew) { aData.aTime = rNew; } in SetTime() 239 void SetData(const ScHeaderFieldData& rNew) { aData = rNew; } in SetData()
|
H A D | chartarr.hxx | 90 void SetRangeList( const ScRangeListRef& rNew ) { aPositioner.SetRangeList(rNew); } in SetRangeList() 91 void SetRangeList( const ScRange& rNew ) { aPositioner.SetRangeList(rNew); } in SetRangeList() 98 void SetName(const String& rNew) { aName = rNew; } in SetName()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaytriangle.cxx | 75 void OverlayTriangle::setSecondPosition(const basegfx::B2DPoint& rNew) in setSecondPosition() 87 void OverlayTriangle::setThirdPosition(const basegfx::B2DPoint& rNew) in setThirdPosition()
|
H A D | overlayanimatedbitmapex.cxx | 101 void OverlayAnimatedBitmapEx::setBitmapEx1(const BitmapEx& rNew) in setBitmapEx1() 113 void OverlayAnimatedBitmapEx::setBitmapEx2(const BitmapEx& rNew) in setBitmapEx2()
|
/aoo42x/main/svx/inc/svx/ |
H A D | deflt3d.hxx | 81 void SetDefaultAmbientColor(const Color& rNew) { aDefaultAmbientColor = rNew; } in SetDefaultAmbientColor() 90 void SetDefaultCubePos(const basegfx::B3DPoint& rNew) { aDefaultCubePos = rNew; } in SetDefaultCubePos() 92 void SetDefaultCubeSize(const basegfx::B3DVector& rNew) { aDefaultCubeSize = rNew; } in SetDefaultCubeSize() 100 void SetDefaultSphereCenter(const basegfx::B3DPoint& rNew) { aDefaultSphereCenter = rNew; } in SetDefaultSphereCenter() 102 void SetDefaultSphereSize(const basegfx::B3DPoint& rNew) { aDefaultSphereSize = rNew; } in SetDefaultSphereSize()
|
H A D | xflgrit.hxx | 63 …void SetGradientValue(const XGradient& rNew) { aGradient = rNew; Detach(); } // SetValue -> Se… in SetGradientValue()
|
H A D | xflhtit.hxx | 65 …void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchVa… in SetHatchValue()
|
H A D | xlndsit.hxx | 69 void SetDashValue(const XDash& rNew) { aDash = rNew; Detach(); } // SetValue -> SetDashValue in SetDashValue()
|
H A D | xcolit.hxx | 62 void SetColorValue(const Color& rNew) { aColor = rNew; Detach(); } in SetColorValue()
|
/aoo42x/main/automation/source/server/ |
H A D | editwin.cxx | 127 void EditWindow::AddText( const sal_Char* rNew ) in AddText() 132 void EditWindow::AddText( const String &rNew ) in AddText()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | cube3d.cxx | 128 void E3dCubeObj::SetCubePos(const basegfx::B3DPoint& rNew) in SetCubePos() 137 void E3dCubeObj::SetCubeSize(const basegfx::B3DVector& rNew) in SetCubeSize()
|
H A D | sphere3d.cxx | 173 void E3dSphereObj::SetCenter(const basegfx::B3DPoint& rNew) in SetCenter() 182 void E3dSphereObj::SetSize(const basegfx::B3DVector& rNew) in SetSize()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 385 void SdXMLImExTransform2D::AddScale(const ::basegfx::B2DTuple& rNew) in AddScale() 391 void SdXMLImExTransform2D::AddTranslate(const ::basegfx::B2DTuple& rNew) in AddTranslate() 409 void SdXMLImExTransform2D::AddMatrix(const ::basegfx::B2DHomMatrix& rNew) in AddMatrix() 520 SdXMLImExTransform2D::SdXMLImExTransform2D(const OUString& rNew, const SvXMLUnitConverter& rConv) in SdXMLImExTransform2D() 527 void SdXMLImExTransform2D::SetString(const OUString& rNew, const SvXMLUnitConverter& rConv) in SetString() 853 void SdXMLImExTransform3D::AddScale(const ::basegfx::B3DTuple& rNew) in AddScale() 859 void SdXMLImExTransform3D::AddTranslate(const ::basegfx::B3DTuple& rNew) in AddTranslate() 865 void SdXMLImExTransform3D::AddMatrix(const ::basegfx::B3DHomMatrix& rNew) in AddMatrix() 1024 SdXMLImExTransform3D::SdXMLImExTransform3D(const OUString& rNew, const SvXMLUnitConverter& rConv) in SdXMLImExTransform3D() 1031 void SdXMLImExTransform3D::SetString(const OUString& rNew, const SvXMLUnitConverter& rConv) in SetString() [all …]
|
H A D | ximpgrp.hxx | 43 …void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNe… in SetLocalShapesContext()
|
H A D | ximp3dscene.hxx | 48 …void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNe… in SetLocalShapesContext()
|
H A D | ximppage.hxx | 51 …void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNe… in SetLocalShapesContext()
|
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | pe_defs.cxx | 109 rNew = Env().AryGate().Defs().Store_Define( in TransferData() local 116 rNew = Env().AryGate().Defs().Store_Macro( in TransferData() local
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | hatchtextureprimitive3d.hxx | 59 …void setBuffered3DDecomposition(const Primitive3DSequence& rNew) { maBuffered3DDecomposition = rNe… in setBuffered3DDecomposition()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | pfuncache.hxx | 62 void SetRanges(const ScRangeList& rNew) { aRanges = rNew; } in SetRanges() 63 void SetOptions(const ScPrintOptions& rNew) { aOptions = rNew; } in SetOptions()
|
/aoo42x/main/svgio/inc/svgio/svgreader/ |
H A D | svgstyleattributes.hxx | 412 void setTitle(const rtl::OUString& rNew) { maTitle = rNew; } in setTitle() 416 void setDesc(const rtl::OUString& rNew) { maDesc = rNew; } in setDesc() 420 void setClipPathXLink(const rtl::OUString& rNew) { maClipPathXLink = rNew; } in setClipPathXLink() 424 void setMaskXLink(const rtl::OUString& rNew) { maMaskXLink = rNew; } in setMaskXLink() 429 void setMarkerStartXLink(const rtl::OUString& rNew) { maMarkerStartXLink = rNew; } in setMarkerStartXLink() 434 void setMarkerMidXLink(const rtl::OUString& rNew) { maMarkerMidXLink = rNew; } in setMarkerMidXLink() 439 void setMarkerEndXLink(const rtl::OUString& rNew) { maMarkerEndXLink = rNew; } in setMarkerEndXLink()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | SwUndoTOXChange.cxx | 31 SwUndoTOXChange::SwUndoTOXChange(SwTOXBase * _pTOX, const SwTOXBase & rNew) in SwUndoTOXChange()
|
/aoo42x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 426 void SvxPageWindow::SetBorder(const SvxBoxItem& rNew) in SetBorder() 434 void SvxPageWindow::SetHdBorder(const SvxBoxItem& rNew) in SetHdBorder() 441 void SvxPageWindow::SetFtBorder(const SvxBoxItem& rNew) in SetFtBorder()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | cs_type.cxx | 98 rNew = *new BuiltInType(i_sName, i_eSpecialisation); in Set_BuiltInType() local
|