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 ==() 163 return reinterpret_cast< ::std::size_t >(rKey.mxRef.get()) ^ (rKey.mnParagraphIndex << 16L); 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::__anon45f2e7020111::NodeFunctor [all …]
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterTextView.cxx | 610 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 670 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 860 if (mpCaret && mpCaret->GetParagraphIndex()==mnParagraphIndex) in GetCaretPosition() 871 if (mpCaret && mpCaret->GetParagraphIndex()==mnParagraphIndex) in SetCaretPosition() 872 return mpCaret->SetPosition(mnParagraphIndex, nPosition); in SetCaretPosition() 980 return mnParagraphIndex; in GetParagraphIndex() 1364 : mnParagraphIndex(-1), in PresenterTextCaret() 1410 mnParagraphIndex = -1; in HideCaret() 1419 return mnParagraphIndex; in GetParagraphIndex() 1437 if (mnParagraphIndex != nParagraphIndex 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
|