Home
last modified time | relevance | path

Searched refs:mnParagraphIndex (Results 1 – 8 of 8) sorted by relevance

/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx137 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::__anon7c1cdad20111::NodeFunctor
458 if( aCurr->first.mnParagraphIndex == -1 ) in createInitialTargetProperties()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx610 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 DPresenterAccessibility.cxx447 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 DPresenterTextView.hxx79 sal_Int32 mnParagraphIndex; member in sdext::presenter::PresenterTextCaret
162 const sal_Int32 mnParagraphIndex; member in sdext::presenter::PresenterTextParagraph
/trunk/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx59 mnParagraphIndex( 0 ), in DBG_NAME()
557 sal_Int32 nOldIndex = mnParagraphIndex; in SetParagraphIndex()
559 mnParagraphIndex = nIndex; in SetParagraphIndex()
577 return mnParagraphIndex; in GetParagraphIndex()
H A DAccessibleEditableTextPara.cxx124 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()
1897 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1919 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2833 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
[all …]
/trunk/main/editeng/inc/editeng/
H A DAccessibleImageBullet.hxx207 sal_Int32 mnParagraphIndex; member in accessibility::AccessibleImageBullet
H A DAccessibleEditableTextPara.hxx382 sal_Int32 mnParagraphIndex; member in accessibility::AccessibleEditableTextPara

Completed in 55 milliseconds