Searched refs:setLineDash (Results 1 – 10 of 10) sorted by relevance
/trunk/main/oox/source/drawingml/ |
H A D | shapepropertymap.cxx | 104 return setLineDash( nPropId, rValue ); in setAnyProperty() 139 bool ShapePropertyMap::setLineDash( sal_Int32 nPropId, const Any& rValue ) in setLineDash() function in oox::drawingml::ShapePropertyMap
|
/trunk/main/sdext/source/pdfimport/wrapper/ |
H A D | keyword_list | 31 setLineDash,SETLINEDASH
|
H A D | wrapper.cxx | 420 m_pSink->setLineDash( uno::Sequence<double>(), 0.0 ); in readLineDash() 432 m_pSink->setLineDash( aDashArray, nOffset ); in readLineDash()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | shapepropertymap.hxx | 124 bool setLineDash( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
|
/trunk/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 118 virtual void setLineDash( const ::com::sun::star::uno::Sequence<double>& dashes,
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.hxx | 147 virtual void setLineDash( const ::com::sun::star::uno::Sequence<double>& dashes,
|
H A D | pdfiprocessor.cxx | 136 void PDFIProcessor::setLineDash( const uno::Sequence<double>& dashes, in setLineDash() function in pdfi::PDFIProcessor
|
/trunk/main/reportdesign/source/core/inc/ |
H A D | FixedLine.hxx | 121 …virtual void SAL_CALL setLineDash( const ::com::sun::star::drawing::LineDash& _linedash ) throw (:…
|
/trunk/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 165 virtual void setLineDash( const uno::Sequence<double>& dashes, in setLineDash() function in __anonf110eccc0111::TestSink
|
/trunk/main/reportdesign/source/core/api/ |
H A D | FixedLine.cxx | 405 void SAL_CALL OFixedLine::setLineDash( const drawing::LineDash& _linedash ) throw (uno::RuntimeExce… in setLineDash() function in reportdesign::OFixedLine
|
Completed in 34 milliseconds