Searched refs:pFmtStr (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlfldw.cxx | 48 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 D | swdlgfact.cxx | 811 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 D | swdlgfact.hxx | 444 … const String* pFmtStr = 0, sal_Bool bIsDrwTxtDlg = sal_False); 500 const String* pFmtStr = 0); //add for SwFrmDlg
|
| /AOO41X/main/sw/inc/ |
| H A D | swabstdlg.hxx | 362 … 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 D | frmdlg.hxx | 55 const String* pFmtStr = 0);
|
| H A D | chrdlg.hxx | 65 const String* pFmtStr = 0, sal_Bool bIsDrwTxtDlg = sal_False);
|