Home
last modified time | relevance | path

Searched refs:pFmtStr (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dhtmlfldw.cxx48 const sal_Char *pFmtStr = 0; in GetNumFormat() local
52 case SVX_NUM_CHARS_UPPER_LETTER: pFmtStr = OOO_STRING_SW_HTML_FF_uletter; break; in GetNumFormat()
53 case SVX_NUM_CHARS_LOWER_LETTER: pFmtStr = OOO_STRING_SW_HTML_FF_lletter; break; in GetNumFormat()
54 case SVX_NUM_ROMAN_UPPER: pFmtStr = OOO_STRING_SW_HTML_FF_uroman; break; in GetNumFormat()
55 case SVX_NUM_ROMAN_LOWER: pFmtStr = OOO_STRING_SW_HTML_FF_lroman; break; in GetNumFormat()
56 case SVX_NUM_ARABIC: pFmtStr = OOO_STRING_SW_HTML_FF_arabic; break; in GetNumFormat()
57 case SVX_NUM_NUMBER_NONE: pFmtStr = OOO_STRING_SW_HTML_FF_none; break; in GetNumFormat()
58 case SVX_NUM_CHAR_SPECIAL: pFmtStr = OOO_STRING_SW_HTML_FF_char; break; in GetNumFormat()
59 case SVX_NUM_PAGEDESC: pFmtStr = OOO_STRING_SW_HTML_FF_page; break; in GetNumFormat()
60 case SVX_NUM_CHARS_UPPER_LETTER_N: pFmtStr = OOO_STRING_SW_HTML_FF_ulettern; break; in GetNumFormat()
[all …]
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx811 const String* pFmtStr , sal_Bool bIsDrwTxtDlg ) in CreateSwCharDlg() argument
818 pDlg = new SwCharDlg( pParent, pVw, rCoreSet, pFmtStr, bIsDrwTxtDlg ); in CreateSwCharDlg()
1275 const String* pFmtStr ) //add for SwFrmDlg in CreateFrmTabDialog() argument
1283 … pDlg = new SwFrmDlg( pFrame, pParent, rCoreSet, bNewFrm, nResType, bFmt, nDefPage, pFmtStr ); in CreateFrmTabDialog()
H A Dswdlgfact.hxx444 … const String* pFmtStr = 0, sal_Bool bIsDrwTxtDlg = sal_False);
500 const String* pFmtStr = 0); //add for SwFrmDlg
/AOO41X/main/sw/inc/
H A Dswabstdlg.hxx362 … const String* pFmtStr = 0, sal_Bool bIsDrwTxtDlg = sal_False) = 0;
422 … const String* pFmtStr = 0) = 0; //add for SwFrmDlg
/AOO41X/main/sw/source/ui/inc/
H A Dfrmdlg.hxx55 const String* pFmtStr = 0);
H A Dchrdlg.hxx65 const String* pFmtStr = 0, sal_Bool bIsDrwTxtDlg = sal_False);