Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1577 SwTxtFmtColl *SwWrtShell::GetParaStyle(const String &rCollName, GetStyle eCreate ) in GetParaStyle() argument
1580 if( !pColl && GETSTYLE_NOCREATE != eCreate ) in GetParaStyle()
1583 if( USHRT_MAX != nId || GETSTYLE_CREATEANY == eCreate ) in GetParaStyle()
1597 SwCharFmt *SwWrtShell::GetCharStyle(const String &rFmtName, GetStyle eCreate ) in GetCharStyle() argument
1600 if( !pFmt && GETSTYLE_NOCREATE != eCreate ) in GetCharStyle()
1603 if( USHRT_MAX != nId || GETSTYLE_CREATEANY == eCreate ) in GetCharStyle()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx358 GetStyle eCreate = GETSTYLE_NOCREATE);
360 GetStyle eCreate = GETSTYLE_NOCREATE);