Home
last modified time | relevance | path

Searched refs:ID (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/aoo42x/main/toolkit/source/awt/
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…
/aoo42x/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
H A DBlankNode.idl62 the ID for the blank node.
65 if the argument does not represent a valid blank node ID
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltInType.java37 ID, enumConstant
63 case "ID": return ID; in GetForName()
92 case ID: sTypeName = "ID"; break; in GetQualifiedName()
/aoo42x/main/qadevOOo/tests/java/ifc/ui/dialogs/
H A D_XFilePickerControlAccess.java70 Short ID = (Short) tEnv.getObjRelation in before() local
72 if (ID == null) { in before()
77 cntlID = ID.shortValue() ; in before()
/aoo42x/main/svx/source/dialog/
H A Ddocrecovery.cxx247 lCopyArgs[2].Value <<= rInfo.ID; in saveBrokenTempEntries()
285 lCopyArgs[2].Value <<= rInfo.ID; in saveAllTempEntries()
317 lRemoveArgs[1].Value <<= rInfo.ID; in forgetBrokenTempEntries()
346 lRemoveArgs[1].Value <<= rInfo.ID; in forgetAllRecoveryEntries()
378 lRemoveArgs[1].Value <<= rInfo.ID; in forgetBrokenRecoveryEntries()
508 aNew.ID = lInfo.getUnpackedValueOrDefault(STATEPROP_ID , (sal_Int32)0 ); in statusChanged()
524 if (aOld.ID == aNew.ID) in statusChanged()
1390 if (pInfo->ID != pItem->ID) in stepNext()
/aoo42x/main/udkapi/com/sun/star/container/
H A DXImplicitIDAccess.idl42 /** makes it possible to access contents through an implicit (unique) ID.
47 the element with the specified implicit ID.
49 any getByImplicitID( [in] string ID ) raises( com::sun::star::container::NoSuchElementException );
H A DXImplicitIDReplace.idl44 an implicit (unique) ID:
49 ID with a new content.
51 void replaceByUniqueID( [in] string ID, [in] any aNewElement )
/aoo42x/main/offapi/com/sun/star/ucb/
H A DInteractiveCHAOSException.idl43 /** The error ID.
45 <p>For a 'dynamic' error (with extra textual arguments), this ID
48 long ID;
/aoo42x/main/svtools/source/control/
H A Dhyperlabel.cxx67 sal_Int16 ID; member in svt::HyperLabelImpl
213 return m_pImpl->ID; in GetID()
223 m_pImpl->ID = _ID; in SetID()
/aoo42x/main/offapi/com/sun/star/mozilla/
H A DXMenuProxyListener.idl71 /** is called, if one menu item designated by the ID, is deleted.
73 @param ID [in]: the menu item
76 void menuItemDeleted([in] short ID);
/aoo42x/main/offapi/com/sun/star/awt/
H A DRoadmapItem.idl40 /** The ID uniquely identifies the roadmap item.
42 * the default value of the ID is the first available absolute digit that
45 [property] short ID;
H A DXSystemChildFactory.idl54 <p>You must check the machine ID and the process ID.<BR>
H A DXSystemDependentMenuPeer.idl53 <p>You must check the machine ID and the process ID.<BR>
/aoo42x/main/offapi/com/sun/star/awt/tab/
H A DXTabPageContainer.idl70 /** Returns tab page for the given ID.
72 tabPageID - ID of the tab page.
96 /** Specifies the ID of the current active tab page.
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXWizardController.idl38 … wizard. Effectively, this means the method is called at most once for each possible page ID.</p>
43 the ID of the page.
49 /** provides the title of a page given by ID
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf155 en-US = "Component ID: [1], Qualifier: [2]"
170 en-US = "Class ID: [1]"
323 en-US = "Component ID: [1], Qualifier: [2]"
338 en-US = "Class ID: [1]"
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XLocaleData.java422 good &= (! calendar.Days[i].ID.equals("") ); in goodCalendar()
430 good &= (! calendar.Months[i].ID.equals("") ); in goodCalendar()
438 good &= (! calendar.Eras[i].ID.equals("") ); in goodCalendar()
/aoo42x/main/
H A D.gitignore48 /ID
50 /*/ID
/aoo42x/
H A D.gitignore53 /ID
55 /*/ID
/aoo42x/main/cui/source/dialogs/
H A Dgallery.src399 Text [ en-US ] = "Theme ID" ;
418 Text [ en-US ] = "ID" ;
455 Text [ en-US ] = "This ID already exists..." ;
/aoo42x/main/offapi/com/sun/star/i18n/
H A DCalendarItem.idl45 /** A unique ID for an entry of this type, usually the lower case
47 string ID;
/aoo42x/main/svtools/source/filter/
H A Dsgvtext.cxx1204 void SgfFontOne::ReadOne( ByteString& ID, ByteString& Dsc ) in ReadOne() argument
1228 IFID = (sal_uInt32)ID.ToInt32(); in ReadOne()
1320 SgfFontOne* SgfFontLst::GetFontDesc(sal_uInt32 ID) in GetFontDesc() argument
1322 if (ID!=LastID) { in GetFontDesc()
1325 while (P!=NULL && P->IFID!=ID) P=P->Next; in GetFontDesc()
1326 LastID=ID; in GetFontDesc()
/aoo42x/main/connectivity/source/resource/
H A Dconn_error_message.src27 // For a given error condition value n, the message string must have ID
29 // have ID <code>256 + 2*n + 1</code>.
/aoo42x/main/offapi/com/sun/star/xml/crypto/
H A DXXMLSecurityContext.idl65 * Get the ID of the internal security environment
70 * set the ID of the internal security environment

Completed in 88 milliseconds

12345678910>>...12