Home
last modified time | relevance | path

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

12345678910>>...12

/trunk/main/autodoc/inc/ary/
H A Dsequentialids.hxx42 template<class ID>
83 template <class ID>
91 template <class ID>
96 template <class ID>
98 SequentialIds<ID>::Add(const ID & i_child) in Add()
103 template <class ID>
110 template <class ID>
117 template <class ID>
124 template <class ID>
126 ID
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXSimpleTabController.idl59 an unique ID for this new tab.
64 /** remove a tab with the given ID.
66 @param ID
72 void removeTab( [in] long ID )
101 @param ID
114 @param ID
115 the ID of the tab.
130 @param ID
136 void activateTab( [in] long ID )
142 @return ID
[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.
102 the ID of the menu item at the given position.
106 /** returns the position of the item with the specified ID.
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.
176 specifies the ID of the menu item.
186 specifies the menu item ID for which the command should be set.
[all …]
/trunk/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 ) )
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;
124 $ID = $hids{$upperlongname};
[all …]
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx638 void SAL_CALL TabWindow::removeTab( ::sal_Int32 ID ) in removeTab() argument
656 pTabControl->RemovePage( sal_uInt16( ID )); in removeTab()
662 implts_SendNotification( NOTIFY_REMOVED, ID ); in removeTab()
666 if ( nPos != TAB_PAGE_NOTFOUND && nCurTabId != ID ) in removeTab()
683 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in setTabProps()
695 pTabControl->SetPageText( sal_uInt16( ID ), aTitle ); in setTabProps()
704 pTabControl->RemovePage( sal_uInt16( ID )); in setTabProps()
752 void SAL_CALL TabWindow::activateTab( ::sal_Int32 ID ) in activateTab() argument
771 pTabControl->SetCurPageId( sal_uInt16( ID )); in activateTab()
772 pTabControl->SelectTabPage( sal_uInt16( ID )); in activateTab()
[all …]
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceManager.idl133 String to be associated with the Resource ID.
157 ID to address the string inside the resource.
160 String to be associated with the Resource ID.
188 if the Resource ID is not valid.
204 The Resource ID to be removed.
213 if the Resource ID is not valid.
279 ID "42" -> numeric id 42
280 ID "0foo" -> numeric id 0
281 ID "111.MyId.Something.Else" -> numeric id 111
282 ID "No Digits" -> not considered for numeric id
[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.
/trunk/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()
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl65 "ID" tag.
68 the value of "ID" tag
85 the value of "ID" tag
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.
191 the value of "ID" tag
199 May not contain "ID" tag, that is already specified in previous
223 the value of "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
/trunk/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()
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
211 if ( pTabControl->GetTabPage( sal::static_int_cast< sal_uInt16 >( ID ) ) == NULL ) in getTabProps()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx439 sal_uInt16 ID; in Sc10FontCollection() local
440 rStream >> ID; in Sc10FontCollection()
485 sal_uInt16 ID; in Sc10NameCollection() local
486 rStream >> ID; in Sc10NameCollection()
530 sal_uInt16 ID; in Sc10PatternCollection() local
531 rStream >> ID; in Sc10PatternCollection()
594 sal_uInt16 ID; in Sc10DataBaseCollection() local
595 rStream >> ID; in Sc10DataBaseCollection()
1530 rStream >> ID; in LoadTables()
1549 rStream >> ID; in LoadTables()
[all …]
/trunk/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 )
/trunk/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.
/trunk/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
/trunk/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…
/trunk/main/extensions/test/ole/EventListenerSample/VBEventListener/
H A Dreadme.txt2 component registers on the system with a particular ID. When the library is build
3 this ID is generated, unless a previously build library exists. Then the ID of that
4 library is used. In order to use always the same ID, the library must be as binary in
/trunk/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";
/trunk/main/i18npool/source/breakiterator/data/
H A Dline.txt32 # LF ID CM AL AL
34 # Then consider the sequence without the initial ID (ideographic)
72 $ID = [[:LineBreak = Ideographic:] - [\ufe30]];
124 $IDcm = $ID $CM*;
156 $ID $CM+;
356 # LB 27 Treat korean Syllable Block the same as ID (don't break it)
397 $CM+ $ID;
551 $CM* $IN $CM* $ID;
556 $CM* $PO $CM* $ID;
561 $CM* $ID $CM* $PR;
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 91 milliseconds

12345678910>>...12