/aoo4110/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 121 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in setNumberingType() local 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() [all …]
|
H A D | CheckBulletStyle.java | 111 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in load() local 113 return xReplace; in load() 150 XIndexReplace xReplace = load(); in testBulletColor() local 151 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletColor() 170 XIndexReplace xReplace = load(); in testBulletSize() local 171 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletSize()
|
H A D | CheckBuildInBullet.java | 145 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testBuildInBullet() local 158 xReplace.replaceByIndex(0, props); in testBuildInBullet()
|
H A D | GraphicBulletFromFile.java | 116 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testGraphicBulletFromFile() local 132 xReplace.replaceByIndex(0, props); in testGraphicBulletFromFile()
|
H A D | NumberingBulletTypes.java | 144 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in testNumberingTypes() local 152 xReplace.replaceByIndex(0, props); in testNumberingTypes()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLAutoTextEventExport.cxx | 125 Reference<XNameReplace> xReplace; in initialize() local 126 rArguments[1] >>= xReplace; in initialize() 127 if (xReplace.is()) in initialize() 129 Reference<XNameAccess> xAccess(xReplace, UNO_QUERY); in initialize()
|
H A D | txtimp.cxx | 2211 uno::Reference<XNameReplace> const xReplace( in SetHyperlink() local 2213 if (xReplace.is()) in SetHyperlink() 2216 pEvents->SetEvents(xReplace); in SetHyperlink() 2219 xPropSet->setPropertyValue(s_HyperLinkEvents, makeAny(xReplace)); in SetHyperlink()
|
/aoo4110/main/sfx2/source/control/ |
H A D | request.cxx | 365 uno::Reference< container::XIndexReplace > xReplace( xRecorder, uno::UNO_QUERY ); in Record() local 366 if ( xReplace.is() && aCmd.compareToAscii(".uno:InsertText") == COMPARE_EQUAL ) in Record() 368 sal_Int32 nCount = xReplace->getCount(); in Record() 372 uno::Any aElement = xReplace->getByIndex(nCount-1); in Record() 382 xReplace->replaceByIndex( nCount-1, aElement ); in Record()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoevent.cxx | 188 container::XNameReplace> & xReplace) in copyMacrosFromNameReplace() 197 if (xReplace->hasByName(rName)) in copyMacrosFromNameReplace() 200 xReplace->getByName(rName)); in copyMacrosFromNameReplace()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 398 uno::Reference<container::XNameReplace> xReplace; in PutValue() local 399 rVal >>= xReplace; in PutValue() 400 if (xReplace.is()) in PutValue() 407 pEvents->copyMacrosFromNameReplace(xReplace); in PutValue()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.cxx | 1121 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings() local 1122 if ( xReplace.is() ) in replaceSettings() 1160 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings() local 1161 if ( xReplace.is() ) in replaceSettings() 1311 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in insertSettings() local 1312 if ( xReplace.is() ) in insertSettings()
|
H A D | uiconfigurationmanagerimpl.cxx | 1088 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings() local 1089 if ( xReplace.is() ) in replaceSettings() 1126 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings() local 1127 if ( xReplace.is() ) in replaceSettings() 1285 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in insertSettings() local 1286 if ( xReplace.is() ) in insertSettings()
|
H A D | uiconfigurationmanager.cxx | 896 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings() local 897 if ( xReplace.is() ) in replaceSettings() 1024 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in insertSettings() local 1025 if ( xReplace.is() ) in insertSettings()
|
/aoo4110/main/testtools/source/cliversioning/ |
H A D | version.cs | 95 unoidl.com.sun.star.util.XReplaceable xReplace = in doCellRangeSamples() 98 xReplace.createReplaceDescriptor(); in doCellRangeSamples() 103 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()
|
/aoo4110/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 238 uno::Reference<XNameReplace> xReplace = pDescriptor; in GetMacroTable() local 240 aFilterArguments[0] <<= xReplace; in GetMacroTable()
|
/aoo4110/main/framework/source/helper/ |
H A D | uiconfigelementwrapperbase.cxx | 504 Reference< XIndexReplace > xReplace( xSettings, UNO_QUERY ); in setSettings() local 505 if ( xReplace.is() ) in setSettings()
|
/aoo4110/main/sw/inc/ |
H A D | unoevent.hxx | 61 ::com::sun::star::container::XNameReplace> & xReplace);
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 216 unoidl.com.sun.star.util.XReplaceable xReplace = in doCellRangeSamples() 219 xReplace.createReplaceDescriptor(); in doCellRangeSamples() 224 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 325 com.sun.star.util.XReplaceable xReplace = (com.sun.star.util.XReplaceable) in doCellRangeSamples() local 327 com.sun.star.util.XReplaceDescriptor xReplaceDesc = xReplace.createReplaceDescriptor(); in doCellRangeSamples() 332 int nCount = xReplace.replaceAll( xReplaceDesc ); in doCellRangeSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 1496 XIndexReplace xReplace = (XIndexReplace) UnoRuntime.queryInterface( in NumberingExample() local 1546 xReplace.replaceByIndex ( i, aProps ); in NumberingExample()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 443 xReplace( in interactiveNameClashResolve() local 445 if ( xReplace.is() ) in interactiveNameClashResolve()
|
/aoo4110/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 1737 … uno::Reference< container::XNameReplace > xReplace( xPersistentWindowState, uno::UNO_QUERY ); in implts_writeWindowStateData() local 1738 xReplace->replaceByName( aName, uno::makeAny( aWindowState )); in implts_writeWindowStateData() 3335 … uno::Reference< container::XNameReplace > xReplace( xPersistentWindowState, uno::UNO_QUERY ); in implts_renumberRowColumnData() local 3336 xReplace->replaceByName( aWindowElements[i], makeAny( aPropValueSeq )); in implts_renumberRowColumnData()
|
H A D | layoutmanager.cxx | 698 Reference< XNameReplace > xReplace( xPersistentWindowState, uno::UNO_QUERY ); in implts_writeWindowStateData() local 699 xReplace->replaceByName( aName, makeAny( aWindowState )); in implts_writeWindowStateData()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3026 uno::Reference< util::XReplaceable > xReplace( mxRange, uno::UNO_QUERY ); in Replace() local 3027 if ( xReplace.is() ) in Replace() 3030 xReplace->createReplaceDescriptor(); in Replace() 3079 uno::Reference< container::XIndexAccess > xIndexAccess = xReplace->findAll( xSearch ); in Replace() 3080 xReplace->replaceAll( xSearch ); in Replace()
|