/aoo42x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 129 xReplace.replaceByIndex(level, props); in setNumberingType() 155 xReplace.replaceByIndex(0, props); in testPrefix() 198 xReplace.replaceByIndex(0, props); in testSuffix() 242 xReplace.replaceByIndex(0, props); in testStartWith() 291 xReplace.replaceByIndex(0, props); in testFirstLineOffset() 336 xReplace.replaceByIndex(0, props); in testLeftMargin() 381 xReplace.replaceByIndex(0, props); in testSymbolTextDistance() 455 xReplace.replaceByIndex(0, props); in setAjust() 539 xReplace.replaceByIndex(0, props); in testSymbolColor() 585 xReplace.replaceByIndex(0, props); in testSymbolSize()
|
H A D | CheckBulletStyle.java | 95 m_xReplace.replaceByIndex(0, props); in setUpDocument() 144 m_xReplace.replaceByIndex(0, props); in testBulletColor() 164 m_xReplace.replaceByIndex(0, props); in testBulletSize()
|
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphNumberingAndBulletCharacterStyle.java | 85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_Rubies() 154 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_Emphasis() 223 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_FootnoteCharacters() 292 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_PageNumber() 361 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_CaptionCharacters() 430 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_DropCaps() 499 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_NumberingSymbols() 568 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_Bullets() 637 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_InternetLink() 706 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletCharacterStyle_VisitedInternetLink() [all …]
|
H A D | ParagraphNumberingAndBullet_Numbering.java | 84 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC() 149 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC_Suffix() 220 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ARABIC_Preffix_Suffix() 291 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ROMAN_LOWER() 354 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_ROMAN_UPPER() 419 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_UPPER_LETTER() 488 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix() 559 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_CHARS_LOWER_LETTER_Suffix_Prefix()
|
H A D | ParagraphNumberingAndBullet_Graphic_Alignment.java | 88 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_BottomofBaseline() 163 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_CenterofBaseline() 238 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_TopofBaseline() 313 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_BottomofCharacter() 388 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_CenterofCharacter() 463 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_TopofCharacter() 538 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_BottomofLine() 613 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_CenterofLine() 688 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBullet_Graphic_Align_TopofLine()
|
H A D | ParagraphNumberingAndBulletAlignment.java | 85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Right() 154 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Left() 223 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Center()
|
H A D | ParagraphNumberingAndBullet_CharacterBullet.java | 86 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingAndBullet_CharacterBullet1() 155 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingAndBullet_CharacterBullet2()
|
/aoo42x/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XIndexReplace.java | 122 oObj.replaceByIndex(0, oInstance); in _replaceByIndex() 140 oObj.replaceByIndex(999, oInstance); in _replaceByIndex() 167 oObj.replaceByIndex(0, null); in _replaceByIndex() 194 oObj.replaceByIndex(0, old); in _replaceByIndex()
|
/aoo42x/main/framework/source/fwe/classes/ |
H A D | rootactiontriggercontainer.cxx | 186 void SAL_CALL RootActionTriggerContainer::replaceByIndex( sal_Int32 Index, const Any& Element ) in replaceByIndex() function in framework::RootActionTriggerContainer 196 PropertySetContainer::replaceByIndex( Index, Element ); in replaceByIndex()
|
/aoo42x/main/comphelper/source/container/ |
H A D | IndexedPropertyValuesContainer.cxx | 60 …virtual void SAL_CALL replaceByIndex( sal_Int32 nIndex, const ::com::sun::star::uno::Any& aElement… 177 void SAL_CALL IndexedPropertyValuesContainer::replaceByIndex( sal_Int32 nIndex, const ::com::sun::s… in replaceByIndex() function in IndexedPropertyValuesContainer
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | FixedText.cxx | 293 void SAL_CALL OFixedText::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex() function in reportdesign::OFixedText 295 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
|
H A D | FormattedField.cxx | 335 void SAL_CALL OFormattedField::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (… in replaceByIndex() function in reportdesign::OFormattedField 337 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
|
H A D | ImageControl.cxx | 424 void SAL_CALL OImageControl::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (la… in replaceByIndex() function in reportdesign::OImageControl 426 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
|
H A D | FixedLine.cxx | 494 void SAL_CALL OFixedLine::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex() function in reportdesign::OFixedLine 496 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
|
H A D | Shape.cxx | 389 void SAL_CALL OShape::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::Ill… in replaceByIndex() function in reportdesign::OShape 391 m_aProps.replaceByIndex(Index,Element); in replaceByIndex()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 72 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const uno::Any& Element ) throw(lang::Illeg… 442 void SAL_CALL SvxUnoGluePointAccess::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex() function in SvxUnoGluePointAccess
|
/aoo42x/main/editeng/source/uno/ |
H A D | unonrule.cxx | 111 void SAL_CALL SvxUnoNumberingRules::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex() function in SvxUnoNumberingRules 519 xDestRule->replaceByIndex( nLevel, xRule->getByIndex( nLevel ) ); in SvxGetNumRule()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 286 xAcc->replaceByIndex(i, aAny); in CreateOrUpdateExample() 451 xFormatAccess->replaceByIndex(nCurrLevel, aLevelProp); in CreateOrUpdateExample()
|
/aoo42x/main/qadevOOo/objdsc/sd/ |
H A D | com.sun.star.comp.office.SdXCustomPresentation.csv | 7 "SdXCustomPresentation";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
|
/aoo42x/main/qadevOOo/objdsc/fwk/ |
H A D | com.sun.star.comp.framework.DispatchRecorder.csv | 5 "DispatchRecorder";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
|
/aoo42x/main/qadevOOo/objdsc/svx/ |
H A D | com.sun.star.comp.office.SvxUnoNumberingRules.csv | 5 "SvxUnoNumberingRules";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXChapterNumbering.csv | 5 "SwXChapterNumbering";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
|
H A D | com.sun.star.comp.office.SwXNumberingRules.csv | 5 "SwXNumberingRules";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
|
/aoo42x/main/sw/qa/complex/writer/ |
H A D | CheckIndexedPropertyValues.java | 67 xCont.replaceByIndex(0, prop2); in checkIndexedPropertyValues()
|
/aoo42x/main/svtools/source/uno/ |
H A D | unoimap.cxx | 573 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any& Element ) throw( IllegalArgument… 683 void SAL_CALL SvUnoImageMap::replaceByIndex( sal_Int32 Index, const Any& Element ) throw(IllegalArg… in replaceByIndex() function in SvUnoImageMap
|