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.cxx145 rtl::OUString aFontWorkShapeType; in SetFontWorkShapeTypeState() local
160 if ( aFontWorkShapeType.getLength() ) in SetFontWorkShapeTypeState()
162 … if ( !aFontWorkShapeType.equals( aType ) ) // different FontWorkShapeTypes selected ? in SetFontWorkShapeTypeState()
164 aFontWorkShapeType = rtl::OUString(); in SetFontWorkShapeTypeState()
168 aFontWorkShapeType = aType; in SetFontWorkShapeTypeState()
173 rSet.Put( SfxStringItem( SID_FONTWORK_SHAPE_TYPE, aFontWorkShapeType ) ); in SetFontWorkShapeTypeState()