Home
last modified time | relevance | path

Searched refs:aLineStyle (Results 1 – 10 of 10) sorted by relevance

/trunk/main/chart2/source/tools/
H A DLineProperties.cxx115 drawing::LineStyle aLineStyle(drawing::LineStyle_SOLID); in IsLineVisible() local
116 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in IsLineVisible()
117 if( aLineStyle != drawing::LineStyle_NONE ) in IsLineVisible()
142 drawing::LineStyle aLineStyle(drawing::LineStyle_SOLID); in SetLineVisible() local
143 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in SetLineVisible()
144 if( aLineStyle == drawing::LineStyle_NONE ) in SetLineVisible()
166 drawing::LineStyle aLineStyle(drawing::LineStyle_SOLID); in SetLineInvisible() local
167 xLineProperties->getPropertyValue( C2U( "LineStyle" ) ) >>= aLineStyle; in SetLineInvisible()
168 if( aLineStyle != drawing::LineStyle_NONE ) in SetLineInvisible()
H A DThreeDHelper.cxx1344 drawing::LineStyle aLineStyle( drawing::LineStyle_SOLID ); in getRoundedEdgesAndObjectLines() local
1378 xProp->getPropertyValue( aBorderStylePropertyName ) >>= aLineStyle; in getRoundedEdgesAndObjectLines()
1381 , aBorderStylePropertyName, uno::makeAny(aLineStyle) ) ) in getRoundedEdgesAndObjectLines()
1410 if(aCurrentLineStyle!=aLineStyle in getRoundedEdgesAndObjectLines()
1412 , aBorderStylePropertyName, uno::makeAny(aLineStyle) ) ) in getRoundedEdgesAndObjectLines()
1424 else if( aLineStyle == drawing::LineStyle_SOLID ) in getRoundedEdgesAndObjectLines()
1439 drawing::LineStyle aLineStyle( drawing::LineStyle_NONE ); in setRoundedEdgesAndObjectLines() local
1441 aLineStyle = drawing::LineStyle_SOLID; in setRoundedEdgesAndObjectLines()
1443 uno::Any aALineStyle( uno::makeAny(aLineStyle)); in setRoundedEdgesAndObjectLines()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx234 drawing::LineStyle aLineStyle; in getVisible() local
235 … m_xPropertySet->getPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ) ) >>= aLineStyle; in getVisible()
236 if( aLineStyle == drawing::LineStyle_NONE ) in getVisible()
246 drawing::LineStyle aLineStyle; in setVisible() local
247 … m_xPropertySet->getPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ) ) >>= aLineStyle; in setVisible()
250 aLineStyle = drawing::LineStyle_NONE; in setVisible()
251 …Set->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( aLineStyle ) ); in setVisible()
255 if( aLineStyle == drawing::LineStyle_NONE ) in setVisible()
H A Dvbashapes.cxx401 drawing::LineStyle aLineStyle = drawing::LineStyle_SOLID; in AddTextboxInWriter() local
402 …ops->setPropertyValue( rtl::OUString::createFromAscii( "LineStyle" ), uno::makeAny( aLineStyle ) ); in AddTextboxInWriter()
/trunk/main/chart2/source/view/main/
H A DVLineProperties.cxx88 drawing::LineStyle aLineStyle(drawing::LineStyle_SOLID); in isLineVisible() local
89 this->LineStyle >>= aLineStyle; in isLineVisible()
90 if( aLineStyle != drawing::LineStyle_NONE ) in isLineVisible()
H A DShapeFactory.cxx456 drawing::LineStyle aLineStyle; in createCube() local
457 xSourceProp->getPropertyValue( C2U( "BorderStyle" ) ) >>= aLineStyle; in createCube()
458 if( aLineStyle == drawing::LineStyle_SOLID ) in createCube()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx307 drawing::LineStyle aLineStyle( drawing::LineStyle_NONE ); in WriteOutline() local
309 GET( aLineStyle, LineStyle ); in WriteOutline()
311 if( aLineStyle == drawing::LineStyle_NONE ) in WriteOutline()
323 switch( aLineStyle ) { in WriteOutline()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1933 drawing::LineStyle aLineStyle = drawing::LineStyle_NONE; in lcl_HasVisibleLine() local
1934 if( xProps.is() && ( xProps->getPropertyValue( C2U("LineStyle")) >>= aLineStyle ) ) in lcl_HasVisibleLine()
1936 if( aLineStyle != drawing::LineStyle_NONE ) in lcl_HasVisibleLine()
1938 if( aLineStyle == drawing::LineStyle_DASH ) in lcl_HasVisibleLine()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx453 WinMtfLineStyle aLineStyle; member
H A Dwinmtf.cxx2137 pSave->aLineStyle = maLineStyle; in Push()
2179 maLineStyle = pSave->aLineStyle; in Pop()

Completed in 99 milliseconds