Searched refs:aPar1 (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 219 String aPar1 = ((SfxStringItem *)pItem)->GetValue(); in ExecField() local 226 aPar1 += DB_DELIM; in ExecField() 230 aPar1 += ((SfxStringItem *)pItem)->GetValue(); in ExecField() 235 aPar1 += DB_DELIM; in ExecField() 236 aPar1 += String::CreateFromInt32(nCommand); in ExecField() 237 aPar1 += DB_DELIM; in ExecField() 241 aPar1 += ((SfxStringItem *)pItem)->GetValue(); in ExecField() 251 … SwInsertFld_Data aData(nType, 0, aPar1, aPar2, nFormat, GetShellPtr(), cSeparator ); in ExecField() 266 String aPar1 = ((SfxStringItem *)pItem)->GetValue(); in ExecField() local 289 … SwInsertFld_Data aData(nType, nSubType, aPar1, aPar2, nFormat, GetShellPtr(), cSeparator ); in ExecField()
|
/aoo42x/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 717 OUString aPar1( RTL_CONSTASCII_USTRINGPARAM( "0)" )); in generateCode() local 721 if (aCode.indexOf( aPar1 ) > 0 || aCode.indexOf( aPar2 ) > 0 || in generateCode()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 548 String aPar1 = rPar.Get(1)->GetString(); in RTLFUNC() local 551 if (aPar1.Len() > 0) in RTLFUNC() 553 int nCurDrive = (int)aPar1.GetBuffer()[0]; ; in RTLFUNC()
|
Completed in 33 milliseconds