/aoo41x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XChangesBatch.java | 42 private XNameReplace xNameReplace = null; field in _XChangesBatch 63 xNameReplace = (XNameReplace)tEnv.getObjRelation("XChangesBatch.NameReplace"); in before() 65 if (originalElement == null && xNameReplace != null) in before() 66 originalElement = xNameReplace.getByName(elementName); in before() 72 …ull || originalElement == null || elementName == null || (xProp == null && xNameReplace == null)) { in before() 78 xNameReplace == null?"Missing property 'XChangesBatch.NameReplace'":"" in before() 159 else if (xNameReplace != null) { in executeChange() 161 xNameReplace.replaceByName(elementName, element); in executeChange()
|
H A D | _XChangesNotifier.java | 49 private XNameReplace xNameReplace = null; field in _XChangesNotifier 110 xNameReplace = (XNameReplace)tEnv.getObjRelation("XChangesNotifier.NameReplace"); in before() 112 if (originalElement == null && xNameReplace != null) in before() 113 originalElement = xNameReplace.getByName(elementName); in before() 119 …| originalElement == null || elementName == null || (xProp == null && xNameReplace == null) || xBa… in before() 125 xNameReplace == null?"Missing property 'XChangesNotifier.NameReplace'":"" + in before() 206 else if (xNameReplace != null) { in executeChange() 208 xNameReplace.replaceByName(elementName, element); in executeChange()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbstore.cxx | 453 if ( xNameReplace.is() ) in openPropertySet() 1536 xNameReplace->replaceByName( in setPropertyValue() 1541 xNameReplace->replaceByName( in setPropertyValue() 1812 if ( xNameReplace.is() ) in addProperty() 1817 xNameReplace->replaceByName( in addProperty() 1822 xNameReplace->replaceByName( in addProperty() 1827 xNameReplace->replaceByName( in addProperty() 1834 xNameReplace->replaceByName( in addProperty() 2289 xNameReplace->replaceByName( in setPropertyValues() 2300 xNameReplace->replaceByName( in setPropertyValues() [all …]
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydata.cxx | 363 uno::Reference< container::XNameReplace > xNameReplace; in setData() local 370 aMyKey >>= xNameReplace; in setData() 372 OSL_ENSURE( xNameReplace.is(), in setData() 406 xNameReplace in setData() 410 OSL_ENSURE( xNameReplace.is(), in setData() 413 if ( xNameReplace.is() ) in setData() 425 if ( xNameReplace.is() ) in setData() 428 xNameReplace->replaceByName( in setData() 444 xNameReplace->replaceByName( in setData() 451 xNameReplace->replaceByName( in setData() [all …]
|
/aoo41x/main/scripting/workben/ifc/scripting/ |
H A D | _XScriptSecurity.java | 276 XNameReplace xNameReplace = (XNameReplace)UnoRuntime.queryInterface( in setSecurity() local 290 xNameReplace.replaceByName( "SecureURL", aSecureURLs ); in setSecurity() 293 xNameReplace.replaceByName( "OfficeBasic", new Integer(officeBasic) ); in setSecurity() 305 xNameReplace.replaceByName( "Confirmation", bConfirm ); in setSecurity() 317 xNameReplace.replaceByName( "Warning", bWarning ); in setSecurity()
|
/aoo41x/main/scripting/source/storage/ |
H A D | ScriptSecurityManager.cxx | 478 Reference < container::XNameReplace > xNameReplace( in addToSecurePaths() local 480 Reference < util::XChangesBatch > xChangesBatch( xNameReplace, UNO_QUERY_THROW ); in addToSecurePaths() 501 xNameReplace->replaceByName( pathListPropName, aNewSecureURL ); in addToSecurePaths()
|
/aoo41x/main/xmloff/source/script/ |
H A D | XMLEventsImportContext.cxx | 79 const Reference<XNameReplace> & xNameReplace) : in XMLEventsImportContext() argument 81 xEvents(xNameReplace) in XMLEventsImportContext()
|
/aoo41x/main/cui/source/inc/ |
H A D | macropg.hxx | 116 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xNameReplace, 165 … const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace >& xNameReplace,
|
/aoo41x/main/cui/source/customize/ |
H A D | macropg.cxx | 841 …ntFrame, const SfxItemSet& rSet, Reference< container::XNameReplace > xNameReplace, sal_uInt16 nSe… in SvxMacroTabPage() argument 882 …InitAndSetHandler( xNameReplace, Reference< container::XNameReplace>(0), Reference< util::XModifia… in SvxMacroTabPage() 895 const Reference< container::XNameReplace >& xNameReplace, sal_uInt16 nSelectedIndex ) in SvxMacroAssignDlg() 898 SetTabPage( new SvxMacroTabPage( this, _rxDocumentFrame, rSet, xNameReplace, nSelectedIndex ) ); in SvxMacroAssignDlg()
|
H A D | cfg.cxx | 3861 xNameReplace( m_xPersistentWindowState, uno::UNO_QUERY ); in SetSystemStyle() local 3863 xNameReplace->replaceByName( rResourceURL, uno::makeAny( aProps ) ); in SetSystemStyle()
|
/aoo41x/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 648 Reference< XNameReplace > xNameReplace( xPersistentWindowState, UNO_QUERY ); in itemSelected() local 649 if ( xPersistentWindowState.is() && xNameReplace.is() ) in itemSelected() 684 … xNameReplace->replaceByName( aElementName, makeAny( aWindowState )); in itemSelected()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | Configuration.java | 274 XNameReplace xNameReplace = UnoRuntime.queryInterface(XNameReplace.class, configView); in addConfigNode() local 275 return xNameReplace.getByName(name); in addConfigNode()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 377 uno::Reference<container::XNameReplace> xNameReplace(pEvents); in QueryValue() local 380 rVal <<= xNameReplace; in QueryValue()
|
/aoo41x/main/cui/source/options/ |
H A D | optgdlg.cxx | 636 Reference< XNameReplace > xNameReplace( in EnabledHardwareAcceleration() local 639 if( !xNameReplace.is() ) in EnabledHardwareAcceleration() 642 xNameReplace->replaceByName( OUString::createFromAscii("ForceSafeServiceImpl"), in EnabledHardwareAcceleration()
|