Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/AOO41X/main/autodoc/inc/ary/
H A Dsequentialids.hxx42 template<class ID>
46 typedef std::vector<ID> data_t;
56 const ID & i_child );
63 ID Find(
67 typename std::vector<ID>::const_iterator
83 template <class ID>
84 SequentialIds<ID>::SequentialIds(std::size_t i_reserve) in SequentialIds()
91 template <class ID>
92 SequentialIds<ID>::~SequentialIds() in ~SequentialIds()
96 template <class ID>
[all …]
/AOO41X/main/offapi/com/sun/star/awt/
H A DXSimpleTabController.idl54 /** create a new tab and return an unique ID,
59 an unique ID for this new tab.
64 /** remove a tab with the given ID.
66 @param ID
67 the ID of the tab, which should be removed.
70 if the specified ID isnt used inside this tab controller.
72 void removeTab( [in] long ID )
101 @param ID
102 the ID of the tab, which should be changed.
105 if the specified ID isnt used inside this tab controller.
[all …]
H A DXTabListener.idl52 @param ID
53 this is the unique ID of this new tab.
55 void inserted( [in] long ID );
60 @param ID
61 this was the unique ID of this tab.
63 void removed( [in] long ID );
68 @param ID
69 the unique ID of the changed tab.
74 void changed( [in] long ID ,
81 void activated( [in] long ID );
[all …]
H A DXMenu.idl57 specifies the ID of the menu item to be insterted.
96 /** returns the ID of the item at the specified position.
99 specifies the position of the menu item for which the item ID is queried.
102 the ID of the menu item at the given position.
106 /** returns the position of the item with the specified ID.
109 specifies the ID of the menu item for which the item position is queried.
112 the position of the menu item with the specified ID.
129 specifies the menu item ID.
141 specifies the menu item ID.
165 specifies the ID of the menu item.
[all …]
/AOO41X/main/solenv/bin/
H A Dgen_userfeedback_VCL_names.pl50 my ($longname, $ID) = split " +";
51 next if ( ! $ID );
56 if ( exists $hids{$upperlongname} && ( $hids{$upperlongname} != $ID ) )
58 … print STDERR "errror: unclear definition of longname: $longname = $hids{$upperlongname} or $ID\n";
60 $hids{$upperlongname} = $ID;
62 if ( exists $revhids{ $ID } && ( $revhids{ $ID } ne $upperlongname ) )
64 print STDERR "warn: two longnames have the same ID: $longname and $revhids{$ID} share ID $ID\n";
66 $revhids{$ID} = $upperlongname;
94 my $ID = "";
111 $ID = $longname;
[all …]
/AOO41X/main/framework/source/tabwin/
H A Dtabwindow.cxx188 void TabWindow::implts_SendNotification( Notification eNotify, sal_Int32 ID ) const in implts_SendNotification()
202 ((css::awt::XTabListener*)pIterator.next())->inserted( ID ); in implts_SendNotification()
205 ((css::awt::XTabListener*)pIterator.next())->removed( ID ); in implts_SendNotification()
208 ((css::awt::XTabListener*)pIterator.next())->activated( ID ); in implts_SendNotification()
211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification()
225 void TabWindow::implts_SendNotification( Notification eNotify, sal_Int32 ID, const css::uno::Sequen… in implts_SendNotification() argument
239 ((css::awt::XTabListener*)pIterator.next())->changed( ID, rSeq ); in implts_SendNotification()
638 void SAL_CALL TabWindow::removeTab( ::sal_Int32 ID ) in removeTab() argument
651 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in removeTab()
656 pTabControl->RemovePage( sal_uInt16( ID )); in removeTab()
[all …]
/AOO41X/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl124 Associates a String to a Resource ID for the current locale.
125 If an entry for the Resource ID already exists, the string
130 ID to address the string inside the resource for the current locale.
133 String to be associated with the Resource ID.
147 Associates a String to a Resource ID for a specific locale.
148 If an entry for the Resource ID already exists, the string
157 ID to address the string inside the resource.
160 String to be associated with the Resource ID.
180 Removes a Resource ID including the corresponding string for
184 The Resource ID to be removed for the current locale.
[all …]
H A DXStringResourceResolver.idl70 ID to specify the string inside the resource.
71 The ID can - but not needs to - be a hierarchical
74 @return the localized string for the specified ID
90 ID to specify the string inside the resource.
91 The ID can - but not needs to - be a hierarchical
99 @return the localized string for the specified ID and Locale
113 ID to specify the string inside the resource.
129 ID to specify the string inside the resource.
/AOO41X/main/autodoc/source/ary/inc/
H A Dslots.hxx110 template <class ID>
115 const SequentialIds<ID> & in Slot_SequentialIds()
126 const SequentialIds<ID> *
131 template <class ID>
132 Slot_SequentialIds<ID>::~Slot_SequentialIds() in ~Slot_SequentialIds()
136 template <class ID>
138 Slot_SequentialIds<ID>::Size() const in Size()
143 template <class ID>
145 Slot_SequentialIds<ID>::StoreEntries( Display & o_rDestination ) const in StoreEntries()
147 for ( typename SequentialIds<ID>::const_iterator it = pData->Begin(); in StoreEntries()
/AOO41X/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl57 "ID", the value of this tag must be uniqued for the whole set of entries,
65 "ID" tag.
68 the value of "ID" tag
77 /** retrieves the value of "Target" tag from the entry with specified "ID"
85 the value of "ID" tag
98 /** retrieves the value of "Type" tag from the entry with specified "ID"
106 the value of "ID" tag
120 specified value of "ID" tag.
123 the value of "ID" tag
159 The sequence should contain the "ID" tag.
[all …]
H A DXClassifiedObject.idl45 /** retrieves class ID of the object.
48 unique class ID of the object
61 /** sets the class ID and symbolic name to an object.
64 the new class ID
/AOO41X/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx140 void SAL_CALL VCLXTabControl::removeTab( sal_Int32 ID ) throw (uno::RuntimeException, IndexOutOfBou… in removeTab() argument
143 if ( pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( ID ) ) == NULL ) in removeTab()
145 pTabControl->RemovePage( sal::static_int_cast< sal_uInt16 >( ID ) ); in removeTab()
148 void SAL_CALL VCLXTabControl::activateTab( sal_Int32 ID ) throw (uno::RuntimeException, IndexOutOfB… in activateTab() argument
151 if ( pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( ID ) ) == NULL ) in activateTab()
153 pTabControl->SelectTabPage( sal::static_int_cast< sal_uInt16 >( ID ) ); in activateTab()
188 void SAL_CALL VCLXTabControl::setTabProps( sal_Int32 ID, const uno::Sequence< NamedValue >& Propert… in setTabProps() argument
191 if ( pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( ID ) ) == NULL ) in setTabProps()
202 pTabControl->SetPageText( sal::static_int_cast< sal_uInt16 >( ID ), title.getStr() ); in setTabProps()
207 uno::Sequence< NamedValue > SAL_CALL VCLXTabControl::getTabProps( sal_Int32 ID ) in getTabProps() argument
[all …]
H A Dvclxtabcontrol.hxx69 …virtual void SAL_CALL removeTab( ::sal_Int32 ID ) throw (::com::sun::star::lang::IndexOutOfBoundsE…
71 …virtual void SAL_CALL setTabProps( ::sal_Int32 ID, const ::com::sun::star::uno::Sequence< ::com::s…
72 …e< ::com::sun::star::beans::NamedValue > SAL_CALL getTabProps( ::sal_Int32 ID ) throw (::com::sun:…
74 …virtual void SAL_CALL activateTab( ::sal_Int32 ID ) throw (::com::sun::star::lang::IndexOutOfBound…
/AOO41X/main/sc/source/filter/starcalc/
H A Dscflt.cxx439 sal_uInt16 ID; in Sc10FontCollection() local
440 rStream >> ID; in Sc10FontCollection()
441 if (ID == FontID) in Sc10FontCollection()
485 sal_uInt16 ID; in Sc10NameCollection() local
486 rStream >> ID; in Sc10NameCollection()
487 if (ID == NameID) in Sc10NameCollection()
530 sal_uInt16 ID; in Sc10PatternCollection() local
531 rStream >> ID; in Sc10PatternCollection()
532 if (ID == PatternID) in Sc10PatternCollection()
594 sal_uInt16 ID; in Sc10DataBaseCollection() local
[all …]
/AOO41X/main/udkapi/com/sun/star/container/
H A DXUniqueIDAccess.idl42 /** makes it possible to access contents via a unique ID.
47 the element with the specified unique ID.
49 … any getByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException );
51 /** removes the element with the specified unique ID from this
54 …void removeByUniqueID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException …
H A DXImplicitIDContainer.idl44 using an implicit (unique) ID.
49 ID for this object.
52 the implicit ID for the new object.
59 void removeByImplicitID( [in] string ID )
/AOO41X/main/offapi/com/sun/star/xforms/
H A DXModel.idl70 /** get the XForms model ID */
73 /** set the XForms model ID */
99 the ID of the submission to execute
119 the ID of the submission to execute
150 containing the ID, the URL, and the instance itself.</p>
183 /** get a binding with a certain ID
215 /** get a submission with a certain ID.
/AOO41X/main/offapi/com/sun/star/mozilla/
H A DMenuMultipleChange.idl44 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ID
45 /** unique ID of this menu item
47 short ID;
52 /** unique ID of the group this menu item belongs to
59 /** unique ID of the item directly above this menu item, used for fuzzy placement
H A DMenuSingleChange.idl44 // DocMerge from xml: field com::sun::star::mozilla::MenuSingleChange::ID
45 /** unique ID of this menu item
47 short ID;
52 /** ID identifying the type of change in the any type change
/AOO41X/main/framework/inc/tabwin/
H A Dtabwindow.hxx109 …virtual void SAL_CALL removeTab( ::sal_Int32 ID ) throw (::com::sun::star::lang::IndexOutOfBoundsE…
110 …virtual void SAL_CALL setTabProps( ::sal_Int32 ID, const ::com::sun::star::uno::Sequence< ::com::s…
111 …e< ::com::sun::star::beans::NamedValue > SAL_CALL getTabProps( ::sal_Int32 ID ) throw (::com::sun:…
112 …virtual void SAL_CALL activateTab( ::sal_Int32 ID ) throw (::com::sun::star::lang::IndexOutOfBound…
177 void implts_SendNotification( Notification eNotify, sal_Int32 ID ) const;
178 …void implts_SendNotification( Notification eNotify, sal_Int32 ID, const ::com::sun::star::u…
/AOO41X/main/migrationanalysis/src/driver_docs/
H A Dulf2dat.pl44 my ($in_name, $ID, $new_ID);
79 $ID = $new_ID;
99 if ( ! $ID )
115 my $dat_line = "$ID=$string";
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A DLanguageResolver.java103 public String getISOfromNr(String ID) throws LanguageResolvingException{ in getISOfromNr() argument
104 if("".equals(ID)) return ""; in getISOfromNr()
109 if(line[LANGID].equals(ID)) return line[ISO]; in getISOfromNr()
111 throw new LanguageResolvingException("Can not find Language Id: "+ID ); in getISOfromNr()
/AOO41X/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java387 protected int ID; field in FormWizard.FieldSelectionListener
392 return ID; in getID()
398 ID = 1; in setID()
404 ID = Integer.parseInt(sID); in setID()
413 if (ID == 1) in shiftFromLeftToRight()
427 if (ID == 1) in shiftFromRightToLeft()
/AOO41X/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java402 protected int ID; field in QueryWizard.FieldSelectionListener
406 return ID; in getID()
411 ID = 1; in setID()
417 ID = Integer.parseInt(sID); in setID()
425 if (ID == 1) in shiftFromLeftToRight()
442 if (ID == 1) in shiftFromRightToLeft()
/AOO41X/main/offapi/com/sun/star/rdf/
H A DXMetadatable.idl52 stream name, a fragment separator, and the XML ID.
69 /** a metadata reference, comprising the stream name and the XML ID.
73 This implies that the XML ID part must be unique for every stream.
90 otherwise, create metadata reference with a fresh, unique XML ID

12345678910>>...12