Searched refs:mnParagraphIndex (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/animations/source/animcore/ |
H A D | targetpropertiescreator.cxx | 137 sal_Int16 mnParagraphIndex; member 142 return mxRef == rRHS.mxRef && mnParagraphIndex == rRHS.mnParagraphIndex; in operator ==() 176 mnParagraphIndex( -1 ) in NodeFunctor() 185 mnParagraphIndex( nParagraphIndex ) in NodeFunctor() 199 sal_Int16 nParagraphIndex( mnParagraphIndex ); in operator ()() 298 aTarget.mnParagraphIndex = nParagraphIndex; in operator ()() 308 aTarget.mnParagraphIndex = -1; in operator ()() 324 aTarget.mnParagraphIndex = aUnoTarget.Paragraph; in operator ()() 403 sal_Int16 mnParagraphIndex; member in animcore::__anon47324aba0111::NodeFunctor 458 if( aCurr->first.mnParagraphIndex == -1 ) in createInitialTargetProperties() [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 610 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 670 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 980 return mnParagraphIndex; in GetParagraphIndex() 1364 : mnParagraphIndex(-1), in PresenterTextCaret() 1410 mnParagraphIndex = -1; in HideCaret() 1419 return mnParagraphIndex; in GetParagraphIndex() 1440 if (mnParagraphIndex >= 0) in SetPosition() 1448 if (mnParagraphIndex >= 0) in SetPosition() 1453 if (mnParagraphIndex >= 0) in SetPosition() 1460 mnParagraphIndex, in SetPosition() [all …]
|
H A D | PresenterAccessibility.cxx | 447 const sal_Int32 mnParagraphIndex; member in sdext::presenter::PresenterAccessible::AccessibleParagraph 1804 mnParagraphIndex(nParagraphIndex) in AccessibleParagraph() 1833 if (mnParagraphIndex>0) in getAccessibleRelationSet() 1836 xParentContext->getAccessibleChild(mnParagraphIndex-1)); in getAccessibleRelationSet() 1838 if (mnParagraphIndex<xParentContext->getAccessibleChildCount()-1) in getAccessibleRelationSet() 1841 xParentContext->getAccessibleChild(mnParagraphIndex+1)); in getAccessibleRelationSet()
|
H A D | PresenterTextView.hxx | 79 sal_Int32 mnParagraphIndex; member in sdext::presenter::PresenterTextCaret 162 const sal_Int32 mnParagraphIndex; member in sdext::presenter::PresenterTextParagraph
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 59 mnParagraphIndex( 0 ), in DBG_NAME() 557 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() 559 mnParagraphIndex = nIndex; in SetParagraphIndex() 577 return mnParagraphIndex; in GetParagraphIndex()
|
H A D | AccessibleEditableTextPara.cxx | 124 mnParagraphIndex( 0 ), in DBG_NAME() 303 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex() 305 mnParagraphIndex = nIndex; in SetParagraphIndex() 309 aChild->SetParagraphIndex(mnParagraphIndex); in SetParagraphIndex() 336 return mnParagraphIndex; in GetParagraphIndex() 1896 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues() 1897 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 1918 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues() 1919 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 2832 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | AccessibleImageBullet.hxx | 207 sal_Int32 mnParagraphIndex; member in accessibility::AccessibleImageBullet
|
H A D | AccessibleEditableTextPara.hxx | 382 sal_Int32 mnParagraphIndex; member in accessibility::AccessibleEditableTextPara
|
Completed in 113 milliseconds