Lines Matching refs:ResourceID
69 @param ResourceID
77 if no entry exists for the given ResourceID
79 string resolveString( [in] string ResourceID )
89 @param ResourceID
102 if no entry exists for the given ResourceID or locale
104 … string resolveStringForLocale( [in] string ResourceID, [in] com::sun::star::lang::Locale locale )
109 Checks if the resource contains an entry for the given ResourceID
112 @param ResourceID
118 boolean hasEntryForId( [in] string ResourceID );
122 Checks if the resource contains an entry for the given ResourceID and locale.
128 @param ResourceID
138 …boolean hasEntryForIdAndLocale( [in] string ResourceID, [in] com::sun::star::lang::Locale locale );