Searched refs:pFormel (Results 1 – 2 of 2) sorted by relevance
2379 const String* pFormel = 0; in _MakeFldList() local2398 pFormel = &sTrue; in _MakeFldList()2403 pFormel = &sTrue; in _MakeFldList()2421 pFormel = &sTrue; in _MakeFldList()2428 pFormel = &pFld->GetPar1(); in _MakeFldList()2429 if( !pFormel->Len() || pFormel->Equals( sFalse )) in _MakeFldList()2436 pFormel = 0; in _MakeFldList()2446 if( !pFormel->Len() || pFormel->Equals( sFalse )) in _MakeFldList()2453 pFormel = 0; in _MakeFldList()2490 if( pFormel && pFormel->Len() ) in _MakeFldList()[all …]
909 const sal_Unicode* pFormel = sFormel.GetBuffer(); in Out() local912 while (*pFormel != '\0' && *pFormel != ' ') in Out()915 if (*pFormel == '.') in Out()916 pDot = pFormel; in Out()919 if (*pFormel == '\\') in Out()922 if (pFormel[1] == '\\') in Out()923 pFormel++; in Out()925 if (*pFormel != '\0') in Out()926 sName += *pFormel++; in Out()
Completed in 44 milliseconds