Home
last modified time | relevance | path

Searched refs:pFormel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2379 const String* pFormel = 0; in _MakeFldList() local
2398 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 …]
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx909 const sal_Unicode* pFormel = sFormel.GetBuffer(); in Out() local
912 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 37 milliseconds