Home
last modified time | relevance | path

Searched refs:pAdd (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx37 static const char* pAdd; variable
50 pAdd = GetSbxRes( STRING_ADDMETH ); in SbxCollection()
54 nAddHash = MakeHashCode( String::CreateFromAscii( pAdd ) ); in SbxCollection()
92 p = Make( String::CreateFromAscii( pAdd ), SbxCLASS_METHOD, SbxEMPTY ); in Initialize()
142 && aVarName.EqualsIgnoreCaseAscii( pAdd ) ) in SFX_NOTIFY()
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx169 void* pAdd = (void*)&rAttr; in AddToStack() local
175 aStack.Insert( pAdd, nIns ); in AddToStack()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx636 sal_Char const * pAdd = "%"; in replaceOrigin() local
657 pAdd = origin.getStr(); in replaceOrigin()
665 rtl_copyMemory( filtered.getArray() + write_pos, pAdd, nAdd ); in replaceOrigin()
/trunk/main/cui/source/options/
H A Doptlingu.cxx679 const Locale* pAdd = rAdd.getConstArray(); in lcl_MergeLocales() local
690 bFound = pAdd[i].Language == pAllLocales[j].Language && in lcl_MergeLocales()
691 pAdd[i].Country == pAllLocales[j].Country; in lcl_MergeLocales()
695 pLocToAdd[nFound++] = pAdd[i]; in lcl_MergeLocales()

Completed in 46 milliseconds