Searched refs:getListStyle (Results 1 – 9 of 9) sorted by relevance
/trunk/main/oox/source/drawingml/ |
H A D | textliststylecontext.cxx | 62 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 0 ] ) ); in createFastChildContext() 71 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 0 ] ) ); in createFastChildContext() 74 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 1 ] ) ); in createFastChildContext() 77 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 2 ] ) ); in createFastChildContext() 80 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 3 ] ) ); in createFastChildContext() 83 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 4 ] ) ); in createFastChildContext() 86 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 5 ] ) ); in createFastChildContext() 89 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 6 ] ) ); in createFastChildContext() 92 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 7 ] ) ); in createFastChildContext() 95 … new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()[ 8 ] ) ); in createFastChildContext()
|
H A D | textliststyle.cxx | 61 applyStyleList( rTextListStyle.getListStyle(), getListStyle() ); in apply()
|
H A D | textparagraph.cxx | 71 const TextParagraphPropertiesVector& rListStyle = rTextListStyle.getListStyle(); in insertAt()
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | textliststyle.hxx | 43 inline const TextParagraphPropertiesVector& getListStyle() const { return maListStyle; }; in getListStyle() function in oox::drawingml::TextListStyle 44 inline TextParagraphPropertiesVector& getListStyle() { return maListStyle; }; in getListStyle() function in oox::drawingml::TextListStyle
|
/trunk/main/oox/source/ppt/ |
H A D | slidemastertextstylescontext.cxx | 75 aTextListStylePtr->getListStyle()[ i ]->getTextCharacterProperties().moHeight = 1800; in createFastChildContext()
|
H A D | slidepersist.cxx | 181 …tParagraphPropertiesPtr pTextParagraphPropertiesPtr( pTextListStylePtr->getListStyle()[ nLevel ] ); in setTextStyle()
|
H A D | presentationfragmenthandler.cxx | 62 TextParagraphPropertiesVector& rParagraphDefaulsVector( mpTextListStyle->getListStyle() ); in PresentationFragmentHandler()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacombobox.hxx | 65 virtual sal_Int32 SAL_CALL getListStyle() throw (css::uno::RuntimeException);
|
H A D | vbacombobox.cxx | 211 sal_Int32 SAL_CALL ScVbaComboBox::getListStyle() throw (uno::RuntimeException) in getListStyle() function in ScVbaComboBox
|
Completed in 35 milliseconds