Home
last modified time | relevance | path

Searched defs:sKey (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/fpicker/source/win32/filepicker/
H A Dpropmap.hxx45 void put(const ::rtl::OUString& sKey , in put()
53 void put_copy(const ::rtl::OUString& sKey , in put_copy()
61 sal_Bool get(const ::rtl::OUString& sKey , in get()
74 sal_Bool get_copy(const ::rtl::OUString& sKey , in get_copy()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java70 String sKey ) in readRelativeKey()
86 String sKey , in writeRelativeKey()
117 String sKey ) in readDirectKey()
128 String sKey , in writeDirectKey()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceashashmap.hxx275 TValueType getUnpackedValueOrDefault(const ::rtl::OUString& sKey , in getUnpackedValueOrDefault()
311 sal_Bool createItemIfMissing(const ::rtl::OUString& sKey , in createItemIfMissing()
/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx115 const OUString& sKey) in readRelativeKey()
131 const OUString& sKey, in writeRelativeKey()
149 const OUString& sKey, in readDirectKey()
160 const OUString& sKey, in writeDirectKey()
/trunk/main/comphelper/source/misc/
H A Dconfigurationhelper.cxx92 css::uno::Any ConfigurationHelper::readRelativeKey(const css::uno::Reference< css::uno::XInterface … in readRelativeKey()
115 void ConfigurationHelper::writeRelativeKey(const css::uno::Reference< css::uno::XInterface > xCFG … in writeRelativeKey()
173 css::uno::Any ConfigurationHelper::readDirectKey(const css::uno::Reference< css::lang::XMultiServic… in readDirectKey()
184 void ConfigurationHelper::writeDirectKey(const css::uno::Reference< css::lang::XMultiServiceFactory… in writeDirectKey()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java135 String sKey ) in readRelativeKey()
153 String sKey , in writeRelativeKey()
193 String sKey ) in readDirectKey()
204 String sKey , in writeDirectKey()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeProvider.java48 public String GetValue (final String sKey) in GetValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DIniFile.java201 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection() local
234 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex() local
254 String sKey = sLine.substring(0, nEqual).trim(); in getValue() local
/trunk/main/xml2cmp/source/support/
H A Dheap.hxx76 Simstr sKey; member in HeapItem
/trunk/main/tools/source/communi/
H A Dgeninfo.cxx179 GenericInformation *GenericInformationList::Search( sal_uIntPtr &rPos, ByteString sKey, in Search()
225 ByteString sKey; in GetInfo() local
271 ByteString sKey( pInfo->GetBuffer()); in InsertSorted() local
/trunk/main/soltools/inc/
H A Dgen_info.hxx77 Simstr sKey; member in GenericInfo
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java142 String sKey = (String) aEnum.nextElement(); in checkAllVariablesForCygwinPath() local
162 String sKey = (String) aEnum.nextElement(); in checkAllVariablesForCygwinPath() local
/trunk/main/soltools/giparser/
H A Dst_gilrw.cxx73 Simstr sKey(i_sKey, i_nKeyLength); in AddKey() local
H A Dgi_list.cxx207 …Simstr sKey( i_sKeyPath, (o_sNextPathSegment == 0 ? strlen(i_sKeyPath) : o_sNextPathSegment++ - i_… in lower_bound() local
/trunk/main/l10ntools/source/
H A Dexport.cxx792 ByteString sKey = sToken.GetToken( 0, '=' ); in Execute() local
859 ByteString sKey = sTmpToken.Copy( 0 , nPos ); in Execute() local
913 ByteString sKey = sToken.GetToken( 0, '[' ); in Execute() local
967 ByteString sKey = sToken.GetToken( 0, '=' ).GetToken( 0, '[' ); in Execute() local
1087 ByteString sKey = sToken.GetToken( 0, '=' ); in Execute() local
1640 …ByteString sKey = MergeDataFile::CreateKey( sPlist , pResData->sId , GetPairedListID( rLine ) , sF… in InsertListEntry() local
1651 ByteString sKey = MergeDataFile::CreateKey( sPlist , a , b , sFilename ); in InsertListEntry() local
2329 … ByteString sKey = MergeDataFile::CreateKey( sPlist , pResData->sGId , pResData->sId , sFilename ); in MergeRest() local
2334 … ByteString sKey = MergeDataFile::CreateKey( sPlist , pResData->sGId , pResData->sId , sFilename ); in MergeRest() local
H A Dmerge.cxx297 …ByteString sKey = CreateKey( pResData->sResTyp , pResData->sGId , pResData->sId , pResData->sFilen… in GetMergeData() local
340 ByteString sKey = CreateKey( rTYP , rGID , rLID , rInFilename , bCaseSensitive ); in InsertEntry() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java266 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection() local
299 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex() local
319 String sKey = sLine.substring(0, nEqual).trim(); in getValue() local
/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx82 String sKey = rEvt.GetCharCode(); in KeyInput() local
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java287 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findKeyFromKnownSection() local
320 String sKey = toLowerIfNeed(sLine.substring(0, nEqual).trim()); in findLastKnownKeyIndex() local
340 String sKey = sLine.substring(0, nEqual).trim(); in getValue() local
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java563 private String getCommandFromConfiguration(XNameAccess xAccess, String sKey) in getCommandFromConfiguration()
586 private void insertKeyToConfiguration(XNameAccess xAccess, String sKey, String sCommand) in insertKeyToConfiguration()
613 private void removeKeyFromConfiguration(XNameAccess xAccess, String sKey) in removeKeyFromConfiguration()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js447 function AddValue (aMap, sKey, aTableData) argument
/trunk/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx160 OUString sKey; in CreateChildContext() local
/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx258 const OUString sKey = aToken.copy(0, nAssign); in ExtractArguments() local
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx289 String sKey( rNEvt.GetKeyEvent()->GetCharCode() ); in PreNotify() local
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx197 …DialogEventsAttacherImpl::getScriptListenerForKey( const rtl::OUString& sKey ) throw ( RuntimeExce… in getScriptListenerForKey()
237 rtl::OUString sKey = aDesc.ScriptType; in attachEventsToControl() local

Completed in 89 milliseconds

12