Searched refs:nTextMarkupType (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/access/ |
H A D | textmarkuphelper.cxx | 46 const sal_Int32 nTextMarkupType ) in getTextMarkupList() argument 51 switch ( nTextMarkupType ) in getTextMarkupList() 101 sal_Int32 SwTextMarkupHelper::getTextMarkupCount( const sal_Int32 nTextMarkupType ) in getTextMarkupCount() argument 111 : getTextMarkupList( *mpTxtNode, nTextMarkupType ); in getTextMarkupCount() 122 const sal_Int32 nTextMarkupType ) in getTextMarkup() argument 127 if ( nTextMarkupIndex >= getTextMarkupCount( nTextMarkupType ) || in getTextMarkup() 141 : getTextMarkupList( *mpTxtNode, nTextMarkupType ); in getTextMarkup() 170 const sal_Int32 nTextMarkupType ) in getTextMarkupAtIndex() argument 190 : getTextMarkupList( *mpTxtNode, nTextMarkupType ); in getTextMarkupAtIndex()
|
H A D | textmarkuphelper.hxx | 53 sal_Int32 getTextMarkupCount( const sal_Int32 nTextMarkupType ) 59 const sal_Int32 nTextMarkupType ) 66 const sal_Int32 nTextMarkupType )
|
H A D | parachangetrackinginfo.cxx | 183 …gList* SwParaChangeTrackingInfo::getChangeTrackingTextMarkupList( const sal_Int32 nTextMarkupType ) in getChangeTrackingTextMarkupList() argument 199 switch ( nTextMarkupType ) in getChangeTrackingTextMarkupList()
|
H A D | accpara.cxx | 3674 sal_Int32 SAL_CALL SwAccessibleParagraph::getTextMarkupCount( sal_Int32 nTextMarkupType ) in getTextMarkupCount() argument 3679 switch ( nTextMarkupType ) in getTextMarkupCount() 3687 *(mpParaChangeTrackInfo->getChangeTrackingTextMarkupList( nTextMarkupType ) )) ); in getTextMarkupCount() 3696 return pTextMarkupHelper->getTextMarkupCount( nTextMarkupType ); in getTextMarkupCount() 3897 sal_Int32 nTextMarkupType ) in getTextMarkup() argument 3903 switch ( nTextMarkupType ) in getTextMarkup() 3911 *(mpParaChangeTrackInfo->getChangeTrackingTextMarkupList( nTextMarkupType ) )) ); in getTextMarkup() 3920 return pTextMarkupHelper->getTextMarkup( nTextMarkupIndex, nTextMarkupType ); in getTextMarkup() 3925 sal_Int32 nTextMarkupType ) in getTextMarkupAtIndex() argument 3938 switch ( nTextMarkupType ) in getTextMarkupAtIndex() [all …]
|
H A D | accpara.hxx | 418 virtual sal_Int32 SAL_CALL getTextMarkupCount( sal_Int32 nTextMarkupType ) 424 sal_Int32 nTextMarkupType ) 431 sal_Int32 nTextMarkupType )
|
H A D | parachangetrackinginfo.hxx | 39 const SwWrongList* getChangeTrackingTextMarkupList( const sal_Int32 nTextMarkupType );
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atktext.cxx | 456 const gint nTextMarkupType, in handle_text_markup_as_run_attribute() argument 462 const gint nTextMarkupCount( pTextMarkup->getTextMarkupCount( nTextMarkupType ) ); in handle_text_markup_as_run_attribute() 470 pTextMarkup->getTextMarkup( nTextMarkupIndex, nTextMarkupType ); in handle_text_markup_as_run_attribute() 482 switch ( nTextMarkupType ) in handle_text_markup_as_run_attribute()
|
/aoo42x/main/sw/inc/ |
H A D | unotxdoc.hxx | 420 …latParagraphIterator > SAL_CALL getFlatParagraphIterator(::sal_Int32 nTextMarkupType, sal_Bool bAu…
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 3252 …tor > SAL_CALL SwXTextDocument::getFlatParagraphIterator(::sal_Int32 nTextMarkupType, sal_Bool bAu… in getFlatParagraphIterator() argument 3255 return new SwXFlatParagraphIterator( *pDocShell->GetDoc(), nTextMarkupType, bAutomatic ); in getFlatParagraphIterator()
|
Completed in 53 milliseconds