| /AOO41X/test/testuno/source/fvt/uno/sw/paragraph/ |
| H A D | ParagraphNumberingAndBulletCharacterStyle.java | 78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Rubies() local 84 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletCharacterStyle_Rubies() 87 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletCharacterStyle_Rubies() 147 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Emphasis() local 153 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletCharacterStyle_Emphasis() 156 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletCharacterStyle_Emphasis() 216 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_FootnoteCharacters() local 222 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletCharacterStyle_FootnoteCharacters() 225 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletCharacterStyle_FootnoteCharacters() 285 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_PageNumber() local [all …]
|
| H A D | ParagraphNumberingAndBullet_Numbering.java | 79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_ARABIC() local 83 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_ARABIC() 86 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_ARABIC() 142 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_ARABIC_Suffix() local 148 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_ARABIC_Suffix() 151 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_ARABIC_Suffix() 211 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_ARABIC_Preffix_Suffix() local 219 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_ARABIC_Preffix_Suffix() 222 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_ARABIC_Preffix_Suffix() 286 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_ROMAN_LOWER() local [all …]
|
| H A D | ParagraphNumberingAndBullet_Graphic_Alignment.java | 79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic_Align_BottomofBaseline() local 87 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_Graphic_Align_BottomofBaseline() 90 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_Graphic_Align_BottomofBaseline() 154 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic_Align_CenterofBaseline() local 162 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_Graphic_Align_CenterofBaseline() 165 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_Graphic_Align_CenterofBaseline() 229 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic_Align_TopofBaseline() local 237 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_Graphic_Align_TopofBaseline() 240 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_Graphic_Align_TopofBaseline() 304 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic_Align_BottomofCharacter() local [all …]
|
| H A D | ParagraphNumberingAndBulletAlignment.java | 78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletAlign_Right() local 84 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletAlign_Right() 87 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletAlign_Right() 147 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletAlign_Left() local 153 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletAlign_Left() 156 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletAlign_Left() 216 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletAlign_Center() local 222 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletAlign_Center() 225 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletAlign_Center()
|
| H A D | ParagraphNumberingAndBullet_CharacterBullet.java | 79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingAndBullet_CharacterBullet1() local 85 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingAndBullet_CharacterBullet1() 88 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingAndBullet_CharacterBullet1() 148 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingAndBullet_CharacterBullet2() local 154 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingAndBullet_CharacterBullet2() 157 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingAndBullet_CharacterBullet2()
|
| H A D | ParagraphNumberingAndBulletTabStop.java | 77 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletTabStop() local 81 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletTabStop() 84 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletTabStop()
|
| H A D | ParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java | 77 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletBeforeAndAfterCharacter() local 83 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletBeforeAndAfterCharacter() 86 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletBeforeAndAfterCharacter()
|
| H A D | ParagraphNumberingAndBullet_Number_StartWith.java | 78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletStartWith() local 84 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletStartWith() 87 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletStartWith()
|
| H A D | ParagraphNumberingAndBullet_Graphic.java | 79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic() local 85 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_Graphic() 88 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_Graphic()
|
| H A D | ParagraphNumberingAndBulletIndentAtAndAlignAt.java | 78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletIndentAtAndAlignAt() local 86 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBulletIndentAtAndAlignAt() 89 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBulletIndentAtAndAlignAt()
|
| H A D | ParagraphNumberingAndBullet_Graphic_WidthAndHeight.java | 83 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic() local 91 …dexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRule); in testNumberingBullet_Graphic() 94 xTextProps.setPropertyValue("NumberingRules", xNumRule); in testNumberingBullet_Graphic()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlnume.cxx | 97 …::exportLevelStyles( const uno::Reference< ::com::sun::star::container::XIndexReplace > & xNumRule, in exportLevelStyles() argument 100 sal_Int32 nCount = xNumRule ->getCount(); in exportLevelStyles() 103 uno::Any aEntry( xNumRule->getByIndex( i ) ); in exportLevelStyles() 818 Reference<XIndexReplace> xNumRule; in exportStyle() local 819 aAny >>= xNumRule; in exportStyle() 823 exportNumberingRule( sName, xNumRule ); in exportStyle() 836 Reference< XIndexReplace > xNumRule( xCNSupplier->getChapterNumberingRules() ); in exportOutline() local 837 DBG_ASSERT( xNumRule.is(), "no chapter numbering rules" ); in exportOutline() 839 if( xNumRule.is() ) in exportOutline() 860 exportNumberingRule( sOutlineStyleName, xNumRule ); in exportOutline() [all …]
|
| H A D | xmlaustp.cxx | 141 uno::Reference< container::XIndexReplace > xNumRule; in exportStyleAttributes() local 142 pProp->maValue >>= xNumRule; in exportStyleAttributes() 143 if( xNumRule.is() && (xNumRule->getCount() > 0 ) ) in exportStyleAttributes() 145 …istAutoStylePool*)&GetExport().GetTextParagraphExport()->GetListAutoStylePool())->Add( xNumRule )); in exportStyleAttributes()
|
| H A D | styleexp.cxx | 251 Reference< XIndexReplace > xNumRule in exportStyle() local 253 DBG_ASSERT( xNumRule.is(), "no chapter numbering rules" ); in exportStyle() 255 if (xNumRule.is()) in exportStyle() 258 (xNumRule, UNO_QUERY); in exportStyle()
|
| H A D | xmlnumi.cxx | 1368 Reference<XIndexReplace> xNumRule; in CreateNumRule() local 1373 return xNumRule; in CreateNumRule() 1377 return xNumRule; in CreateNumRule() 1379 xNumRule = Reference<XIndexReplace>( xIfc, UNO_QUERY ); in CreateNumRule() 1380 DBG_ASSERT( xNumRule.is(), "go no numbering rule" ); in CreateNumRule() 1382 return xNumRule; in CreateNumRule()
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | XMLShapePropertySetContext.cxx | 66 Reference< container::XIndexReplace > xNumRule; in EndElement() local 70 xNumRule = pBulletStyle->CreateNumRule( GetImport().GetModel() ); in EndElement() 71 if( xNumRule.is() ) in EndElement() 72 pBulletStyle->FillUnoNumRule(xNumRule, NULL /* const SvI18NMap * ??? */ ); in EndElement() 76 aAny <<= xNumRule; in EndElement()
|
| H A D | XMLShapeStyleContext.cxx | 187 …uno::Reference< container::XIndexReplace > xNumRule( pListStyle->CreateNumRule( GetImport().GetMod… in FillPropertySet() local 188 pListStyle->FillUnoNumRule(xNumRule, NULL /* const SvI18NMap * ??? */ ); in FillPropertySet() 189 property->maValue <<= xNumRule; in FillPropertySet()
|
| H A D | sdpropls.cxx | 1560 … uno::Reference< container::XIndexReplace > xNumRule( rProperty.maValue, uno::UNO_QUERY ); in handleElementItem() local 1561 if( xNumRule.is() ) in handleElementItem() 1562 …st<XMLShapeExportPropertyMapper*>(this)->maNumRuleExp.exportNumberingRule( maStyleName, xNumRule ); in handleElementItem()
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | textparagraphproperties.cxx | 393 Reference< XIndexReplace > xNumRule; in pushToPropSet() local 394 aPropSet.getProperty( xNumRule, PROP_NumberingRules ); in pushToPropSet() 395 OSL_ENSURE( xNumRule.is(), "can't get Numbering rules"); in pushToPropSet() 397 if( xNumRule.is() ) in pushToPropSet() 402 xNumRule->replaceByIndex( getLevel(), makeAny( aBulletPropSeq ) ); in pushToPropSet() 405 aPropSet.setProperty( PROP_NumberingRules, xNumRule ); in pushToPropSet()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtparae.cxx | 497 …Reference < XIndexReplace > xNumRule(rPropSet->getPropertyValue( sNumberingRules ), uno::UNO_QUERY… in Add() local 498 if( xNumRule.is() && xNumRule->getCount() ) in Add() 500 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add() 507 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() 531 pListAutoPool->Add( xNumRule ); in Add() 614 Reference < XIndexReplace > xNumRule(rPropSetHelper.getValue( NUMBERING_RULES_AUTO, in Add() local 616 if( xNumRule.is() && xNumRule->getCount() ) in Add() 618 Reference < XNamed > xNamed( xNumRule, UNO_QUERY ); in Add() 625 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() 649 pListAutoPool->Add( xNumRule ); in Add() [all …]
|
| H A D | txtexppr.cxx | 983 Reference<XPropertySet> xNumRule( in lcl_IsOutlineStyle() local 985 DBG_ASSERT( xNumRule.is(), "no chapter numbering rules" ); in lcl_IsOutlineStyle() 986 if (xNumRule.is()) in lcl_IsOutlineStyle() 988 xNumRule->getPropertyValue(sName) >>= sOutlineName; in lcl_IsOutlineStyle()
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | xmlnume.hxx | 63 ::com::sun::star::container::XIndexReplace > & xNumRule, 97 ::com::sun::star::container::XIndexReplace > & xNumRule );
|