Home
last modified time | relevance | path

Searched refs:replaceByIndex (Results 1 – 25 of 94) sorted by relevance

1234

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java129 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 DCheckBulletStyle.java95 m_xReplace.replaceByIndex(0, props); in setUpDocument()
144 m_xReplace.replaceByIndex(0, props); in testBulletColor()
164 m_xReplace.replaceByIndex(0, props); in testBulletSize()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java85 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 DParagraphNumberingAndBullet_Numbering.java84 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 DParagraphNumberingAndBullet_Graphic_Alignment.java88 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 DParagraphNumberingAndBulletAlignment.java85 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 DParagraphNumberingAndBullet_CharacterBullet.java86 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingAndBullet_CharacterBullet1()
155 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingAndBullet_CharacterBullet2()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexReplace.java122 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()
/trunk/main/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx186 void SAL_CALL RootActionTriggerContainer::replaceByIndex( sal_Int32 Index, const Any& Element ) in replaceByIndex() function in framework::RootActionTriggerContainer
196 PropertySetContainer::replaceByIndex( Index, Element ); in replaceByIndex()
/trunk/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx60 …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
/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx293 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 DFormattedField.cxx335 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 DImageControl.cxx424 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 DFixedLine.cxx494 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 DShape.cxx389 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()
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx72 …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
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx111 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()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx286 xAcc->replaceByIndex(i, aAny); in CreateOrUpdateExample()
451 xFormatAccess->replaceByIndex(nCurrLevel, aLevelProp); in CreateOrUpdateExample()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXCustomPresentation.csv7 "SdXCustomPresentation";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwk/
H A Dcom.sun.star.comp.framework.DispatchRecorder.csv5 "DispatchRecorder";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoNumberingRules.csv5 "SvxUnoNumberingRules";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXChapterNumbering.csv5 "SwXChapterNumbering";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
H A Dcom.sun.star.comp.office.SwXNumberingRules.csv5 "SwXNumberingRules";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
/trunk/main/sw/qa/complex/writer/
H A DCheckIndexedPropertyValues.java67 xCont.replaceByIndex(0, prop2); in checkIndexedPropertyValues()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx573 …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

Completed in 122 milliseconds

1234