Home
last modified time | relevance | path

Searched refs:container (Results 226 – 250 of 3875) sorted by relevance

12345678910>>...155

/aoo42x/main/framework/inc/classes/
H A Dfiltercache.hxx305 …l_Bool bException ) throw(css::container::ElementExistExc…
309 …l_Bool bException ) throw(css::container::NoSuchElementEx…
312 …l_Bool bException ) throw(css::container::NoSuchElementEx…
317 …l_Bool bException ) throw(css::container::ElementExistExc…
321 …l_Bool bException ) throw(css::container::NoSuchElementEx…
324 …l_Bool bException ) throw(css::container::NoSuchElementEx…
329 …l_Bool bException ) throw(css::container::ElementExistExc…
333 …l_Bool bException ) throw(css::container::NoSuchElementEx…
336 …l_Bool bException ) throw(css::container::NoSuchElementEx…
/aoo42x/main/offapi/com/sun/star/script/
H A DXLibraryContainerPassword.idl35 #include <com/sun/star/container/NoSuchElementException.idl>
57 com::sun::star::container::NoSuchElementException is thrown.
60 raises( com::sun::star::container::NoSuchElementException );
69 com::sun::star::container::NoSuchElementException is thrown.
76 com::sun::star::container::NoSuchElementException );
84 com::sun::star::container::NoSuchElementException is thrown.
94 com::sun::star::container::NoSuchElementException );
116 com::sun::star::container::NoSuchElementException is thrown.
130 com::sun::star::container::NoSuchElementException );
H A DXLibraryContainer2.idl39 about the libraries contained in a library container
48 raises( com::sun::star::container::NoSuchElementException );
60 com::sun::star::container::NoSuchElementException );
70 raises( com::sun::star::container::NoSuchElementException );
77 raises( com::sun::star::container::NoSuchElementException );
82 com::sun::star::container::ElementExistException is thrown.
85 raises( com::sun::star::container::NoSuchElementException,
86 com::sun::star::container::ElementExistException );
/aoo42x/main/offapi/com/sun/star/report/
H A DXSection.idl27 #include <com/sun/star/container/XChild.idl>
33 #include <com/sun/star/container/XEnumerationAccess.idl>
36 #include <com/sun/star/container/XContainer.idl>
58 <p>A section acts like a container of report components. This generic
69 interface com::sun::star::container::XChild;
70 /** allows to register listeners to be notified of changes in the container.
72 interface com::sun::star::container::XContainer;
80 interface com::sun::star::container::XEnumerationAccess;
146 …c state will be expanded vertically when then content of the element is larger than it's container.
147 …his property is disabled the content will be truncated when it's size is larger than the container.
/aoo42x/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx124 …const com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer >& rItemContainer…
156 …com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xMenuBarContainer;
168 …const com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& rMenuBarCont…
201 …com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xMenuBarContainer;
212 …OReadMenuHandler( const com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContain…
242 … com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xMenuContainer;
250 …OReadMenuPopupHandler( const com::sun::star::uno::Reference< ::com::sun::star::container::XIndexCo…
283 … com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer > m_xMenuContainer;
294 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& rMenuBarConta…
301 …virtual void WriteMenu( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XInde…
[all …]
/aoo42x/main/sw/source/ui/vba/
H A Dvbatables.cxx33 uno::Reference< container::XIndexAccess > lcl_getTables( const uno::Reference< frame::XModel >& xDo… in lcl_getTables()
35 uno::Reference< container::XIndexAccess > xTables; in lcl_getTables()
50 typedef ::cppu::WeakImplHelper1< css::container::XEnumeration > EnumBase;
57 uno::Reference< container::XIndexAccess > mxIndexAccess;
60 …const uno::Reference< frame::XModel >& xDocument, const uno::Reference< container::XIndexAccess >&… in TableEnumerationImpl()
67 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
70 throw container::NoSuchElementException(); in nextElement()
113 uno::Reference< container::XEnumeration > SAL_CALL
H A Dvbapanes.cxx30 typedef ::cppu::WeakImplHelper1<container::XIndexAccess > PanesIndexAccess_Base;
50 throw container::NoSuchElementException(); in getByIndex()
65 uno::Reference<container::XIndexAccess > m_xIndexAccess;
68 …PanesEnumWrapper( const uno::Reference< container::XIndexAccess >& xIndexAccess ) : m_xIndexAccess… in PanesEnumWrapper()
74 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
78 throw container::NoSuchElementException(); in nextElement()
91 uno::Reference< container::XEnumeration >
/aoo42x/main/basctl/source/inc/
H A Dlocalizationmgr.hxx111 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel );
114 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel );
117 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel );
121 < ::com::sun::star::container::XNameContainer > xDialogLib );
125 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel,
129 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel,
138 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xDialogModel,
144 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xDialogMode…
/aoo42x/main/desktop/source/migration/
H A Dmigration_impl.hxx97 NS_UNO::Reference< NS_CSS::container::XIndexContainer > m_xPopupMenu;
107 const NS_UNO::Reference< NS_CSS::container::XIndexContainer > xPopupMenu) in MigrationItem()
177 …NS_UNO::Reference< NS_CSS::container::XIndexContainer > getNewMenubarSettings(const ::rtl::OUStrin…
178 …NS_UNO::Reference< NS_CSS::container::XIndexContainer > getNewToolbarSettings(const ::rtl::OUStrin…
214 …NS_UNO::Reference< NS_CSS::container::XNameAccess > getConfigAccess(const sal_Char* path, sal_Bool…
218 const NS_UNO::Reference< NS_CSS::container::XIndexContainer >& xOldIndexContainer,
219 const NS_UNO::Reference< NS_CSS::container::XIndexContainer >& xNewIndexContainer,
222 const NS_UNO::Reference< NS_CSS::container::XIndexContainer>& xIndexContainer,
/aoo42x/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx124 uno::Reference <container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in removeAllSheets()
128 uno::Reference<container::XNameContainer> xNameContainer(xSheets,uno::UNO_QUERY_THROW); in removeAllSheets()
132 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in removeAllSheets()
140 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in removeAllSheets()
212 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in getName()
219 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in setName()
341 uno::Reference< container::XIndexAccess > xDBRangesIA( xModelProps->getPropertyValue( in getFirstDBRangeProperties()
576 uno::Reference <container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY_THROW ); in getSheetAtOffset()
903 uno::Reference< container::XNameAccess >
906 uno::Reference< container::XNameAccess > xFormControls; in getFormControls()
[all …]
/aoo42x/main/package/source/xstor/
H A Dxstorage.cxx3016 container::NoSuchElementException, in isStreamElement()
3085 container::NoSuchElementException, in isStorageElement()
3154 container::NoSuchElementException, in removeElement()
3247 container::NoSuchElementException, in renameElement()
3248 container::ElementExistException, in renameElement()
3355 container::ElementExistException, in copyElementTo()
3460 container::ElementExistException, in moveElementTo()
4011 container::ElementExistException, in insertRawEncrStreamElement()
5663 container::ElementExistException, in insertRawNonEncrStreamElementDirect()
5680 container::ElementExistException, in insertStreamElementDirect()
[all …]
/aoo42x/main/sw/inc/
H A Dunocoll.hxx276 ::com::sun::star::container::XNameAccess,
277 ::com::sun::star::container::XIndexAccess,
295 …SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun::star::container::NoSuchElementEx…
314 ::com::sun::star::container::XEnumerationAccess,
315 ::com::sun::star::container::XNameAccess,
316 ::com::sun::star::container::XIndexAccess,
330 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > SAL_CALL cre…
337 … SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun::star::container::NoSuchElementEx…
432 … SAL_CALL getByName(const rtl::OUString& Name) throw( ::com::sun::star::container::NoSuchElementEx…
481 ::com::sun::star::container::XIndexAccess
[all …]
/aoo42x/main/cppuhelper/source/
H A Dtdmgr.cxx70 Reference< container::XHierarchicalNameAccess > const & access,
230 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
415 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
502 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
530 Reference< container::XHierarchicalNameAccess > const & access, in createCTD()
691 Reference< container::XHierarchicalNameAccess > access( in typelib_callback()
703 catch (container::NoSuchElementException & exc) in typelib_callback()
728 Reference< container::XHierarchicalNameAccess > m_xTDMgr;
754 Reference< container::XHierarchicalNameAccess > const & xTDMgr_c ) in installTypeDescriptionManager()
763 Reference<container::XHierarchicalNameAccess> xTDMgr( in installTypeDescriptionManager()
[all …]
/aoo42x/main/svx/source/unodraw/
H A DXPropertyTable.cxx50 class SvxUnoXPropertyTable : public WeakImplHelper2< container::XNameContainer, lang::XServiceInfo >
71 …virtual void SAL_CALL removeByName( const OUString& Name ) throw( container::NoSuchElementExcepti…
77 …virtual uno::Any SAL_CALL getByName( const OUString& aName ) throw( container::NoSuchElementExcep…
121 …throw( lang::IllegalArgumentException, container::ElementExistException, lang::WrappedTargetExcept… in insertByName()
129 throw container::ElementExistException(); in insertByName()
143 throw( container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in removeByName()
164 throw container::NoSuchElementException(); in removeByName()
169 …throw( lang::IllegalArgumentException, container::NoSuchElementException, lang::WrappedTargetExcep… in replaceByName()
194 throw container::NoSuchElementException(); in replaceByName()
199 throw( container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in getByName()
[all …]
/aoo42x/main/sw/source/ui/uno/
H A Dunoatxt.cxx168 throw container::NoSuchElementException(); in getByName()
212 throw container::ElementExistException(); in insertNewByName()
254 throw( container::NoSuchElementException, uno::RuntimeException ) in removeByName()
260 throw container::NoSuchElementException(); in removeByName()
371 throw container::ElementExistException(); in renameByName()
439 throw( container::ElementExistException, uno::RuntimeException ) in insertNewByName()
443 throw container::ElementExistException(); in insertNewByName()
534 throw container::NoSuchElementException(); in removeByName()
1023 throw( container::NoSuchElementException, uno::RuntimeException ) in removeTextContent()
1223 container::NoSuchElementException, in replaceByName()
[all …]
/aoo42x/main/offapi/com/sun/star/awt/
H A DXVclContainer.idl45 /** represents a VCL container window.
53 /** adds the specified container listener to receive
54 container events from this container.
60 /** removes the specified container listener so that it
61 no longer receives container events from this container.
/aoo42x/main/sc/inc/
H A Dcellsuno.hxx484 public com::sun::star::container::XNameContainer,
990 public com::sun::star::container::XNamed,
1246 public com::sun::star::container::XNamed
1332 com::sun::star::container::XEnumerationAccess,
1366 com::sun::star::container::XEnumeration,
1404 com::sun::star::container::XIndexAccess,
1405 com::sun::star::container::XEnumerationAccess,
1449 com::sun::star::container::XEnumeration,
1490 com::sun::star::container::XIndexAccess,
1491 com::sun::star::container::XEnumerationAccess,
[all …]
/aoo42x/main/framework/inc/uifactory/
H A Duielementfactorymanager.hxx67 … public ::cppu::WeakImplHelper1< ::com::sun::star::container::XContainerListener>
81 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
82 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
83 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
110 … ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xConfigAccess;
129 …com::sun::star::beans::PropertyValue >& Args ) throw (::com::sun::star::container::NoSuchElementEx…
134 … ::rtl::OUString& aFactoryImplementationName ) throw (::com::sun::star::container::ElementExistExc…
135 …me, const ::rtl::OUString& aModuleIdentifier ) throw (::com::sun::star::container::NoSuchElementEx…
/aoo42x/main/dbaccess/source/core/inc/
H A DTableDeco.hxx87 ::com::sun::star::container::XNamed,
109 …::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xColumnMedia…
111 …::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xColumnDefinitions;
161 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _rxColumnDefin…
185 …NewName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistExc…
188 …criptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::NoSuchElementEx…
202 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getC…
204 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL get…
206 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getI…
/aoo42x/main/apple_remote/source/
H A DRemoteMainController.m53 …// Therefore you can enable or disable all the devices of the container with a single "startLis…
54 …RemoteControlContainer* container = [[RemoteControlContainer alloc] initWithDelegate: remoteContro…
56 if ( [container instantiateAndAddRemoteControlDeviceWithClass: [AppleRemote class]] != 0 ) {
58 …NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [AppleRemote class]] successful"…
61 … NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [AppleRemote class]] failed");
65 …if ( [container instantiateAndAddRemoteControlDeviceWithClass: [GlobalKeyboardDevice class]] != 0 …
67 …NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [GlobalKeyboardDevice class]] su…
70 …NSLog(@"[container instantiateAndAddRemoteControlDeviceWithClass: [GlobalKeyboardDevice class]] fa…
74 [self setValue: container forKey: @"remoteControl"];
/aoo42x/main/sd/source/ui/unoidl/
H A Dunocpres.cxx329 …throw(lang::IllegalArgumentException, container::ElementExistException, lang::WrappedTargetExcepti… in insertByName()
345 uno::Reference< container::XIndexContainer > xContainer; in insertByName()
374 throw container::ElementExistException(); in insertByName()
383 throw(container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in removeByName()
393 throw container::NoSuchElementException(); in removeByName()
400 …throw(lang::IllegalArgumentException, container::NoSuchElementException, lang::WrappedTargetExcept… in replaceByName()
408 throw(container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException) in getByName()
417 uno::Reference< container::XIndexContainer > xRef( pShow->getUnoCustomShow(), uno::UNO_QUERY ); in getByName()
422 throw container::NoSuchElementException(); in getByName()
462 return ITYPE( container::XIndexContainer ); in getElementType()
/aoo42x/main/offapi/com/sun/star/document/
H A DTypeDetection.idl31 #include <com/sun/star/container/XNameContainer.idl>
35 #include <com/sun/star/container/XContainerQuery.idl>
74 Every container item is specified as a set of properties and will be
88 <td>The internal name is the only value, which makes a container item unique.</td>
152 All elements of this container will be addressed by his internal name,
156 interface com::sun::star::container::XNameAccess;
161 [optional] interface com::sun::star::container::XNameContainer;
171 [optional] interface com::sun::star::container::XContainerQuery;
174 /** can be used to perform container changes.
179 on every container change request immediately. Another strategy can be to
[all …]
/aoo42x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx147 else if (aType.equals(getCppuType( (uno::Reference<container::XNameContainer> *)0 ) ) || in CallTypeFunction()
148 aType.equals(getCppuType( (uno::Reference<container::XNameAccess> *)0 ) )) in CallTypeFunction()
150 uno::Reference< container::XNameAccess> aNamed; in CallTypeFunction()
154 else if (aType.equals(getCppuType( (uno::Reference<container::XIndexAccess> *)0 ) ) || in CallTypeFunction()
155 aType.equals(getCppuType( (uno::Reference<container::XIndexContainer> *)0 ) ) ) in CallTypeFunction()
157 uno::Reference<container::XIndexAccess> aIndexed; in CallTypeFunction()
315 …uno::Reference< container::XIndexContainer > xBox(xServiceFactory->createInstance(rtl::OUString( R… in exportSymbolDescriptors()
362 uno::Reference< container::XIndexAccess > xIA( xBox, uno::UNO_QUERY ); in exportSymbolDescriptors()
405 const uno::Reference<container::XNameAccess>& aNamed, in exportNameAccess()
423 const uno::Reference<container::XIndexAccess> aIndexed, in exportIndexAccess()
[all …]
/aoo42x/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl35 #include <com/sun/star/container/NoSuchElementException.idl>
74 which implement the <type scope="com::sun::star::container">
279 <p>If the introspected object implements a name container,
281 "com::sun::star::container">XNameAccess</type> and <type
282 scope="com::sun::star::container">XNameContainer</type>
285 <p>If the introspected object implements an index container,
287 "com::sun::star::container">XIndexAccess</type> and <type
288 scope="com::sun::star::container">XIndexContainer</type>
292 container, the introspection should return the <type scope=
293 "com::sun::star::container">XEnumerationAccess</type>
[all …]
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx52 , ::com::sun::star::container::XContainer
53 , ::com::sun::star::container::XNameContainer
109 …inerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListe…
110 …inerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListe…
118 …_CALL getByName( const ::rtl::OUString& aName ) throw(::com::sun::star::container::NoSuchElementEx…
121 …row(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::ElementExistExc…
122 …void SAL_CALL removeByName( const ::rtl::OUString& Name ) throw(::com::sun::star::container::NoSuc…
212 , ::com::sun::star::container::XContainerListener
245 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
246 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::c…
[all …]

Completed in 285 milliseconds

12345678910>>...155