Home
last modified time | relevance | path

Searched refs:xNameReplace (Results 1 – 14 of 14) sorted by relevance

/trunk/main/ucb/source/core/
H A Ducbstore.cxx453 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XChangesBatch.java42 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.java49 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()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx363 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 …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java276 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()
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx478 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()
/trunk/main/xmloff/source/script/
H A DXMLEventsImportContext.cxx79 const Reference<XNameReplace> & xNameReplace) : in XMLEventsImportContext() argument
81 xEvents(xNameReplace) in XMLEventsImportContext()
/trunk/main/cui/source/inc/
H A Dmacropg.hxx116 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xNameReplace,
165 … const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace >& xNameReplace,
/trunk/main/cui/source/customize/
H A Dmacropg.cxx841 …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 Dcfg.cxx3861 xNameReplace( m_xPersistentWindowState, uno::UNO_QUERY ); in SetSystemStyle() local
3863 xNameReplace->replaceByName( rResourceURL, uno::makeAny( aProps ) ); in SetSystemStyle()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx648 Reference< XNameReplace > xNameReplace( xPersistentWindowState, UNO_QUERY ); in itemSelected() local
649 if ( xPersistentWindowState.is() && xNameReplace.is() ) in itemSelected()
684xNameReplace->replaceByName( aElementName, makeAny( aWindowState )); in itemSelected()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java274 XNameReplace xNameReplace = UnoRuntime.queryInterface(XNameReplace.class, configView); in addConfigNode() local
275 return xNameReplace.getByName(name); in addConfigNode()
/trunk/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx377 uno::Reference<container::XNameReplace> xNameReplace(pEvents); in QueryValue() local
380 rVal <<= xNameReplace; in QueryValue()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx636 Reference< XNameReplace > xNameReplace( in EnabledHardwareAcceleration() local
639 if( !xNameReplace.is() ) in EnabledHardwareAcceleration()
642 xNameReplace->replaceByName( OUString::createFromAscii("ForceSafeServiceImpl"), in EnabledHardwareAcceleration()

Completed in 99 milliseconds