Home
last modified time | relevance | path

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

/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx147 rtl::OUString aFontWorkShapeType; in SetFontWorkShapeTypeState() local
162 if ( aFontWorkShapeType.getLength() ) in SetFontWorkShapeTypeState()
164 if ( !aFontWorkShapeType.equals( aType ) ) // different FontWorkShapeTypes selected ? in SetFontWorkShapeTypeState()
166 aFontWorkShapeType = rtl::OUString(); in SetFontWorkShapeTypeState()
170 aFontWorkShapeType = aType; in SetFontWorkShapeTypeState()
175 rSet.Put( SfxStringItem( SID_FONTWORK_SHAPE_TYPE, aFontWorkShapeType ) ); in SetFontWorkShapeTypeState()

Completed in 16 milliseconds