Searched refs:pFmtStr (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 48 const sal_Char *pFmtStr = 0; in GetNumFormat() local 66 return pFmtStr; in GetNumFormat() 81 *pFmtStr=0; // FORMAT (SW) in OutHTML_SwField() local 121 case AF_NAME: pFmtStr = OOO_STRING_SW_HTML_FF_name; break; in OutHTML_SwField() 124 ASSERT( pFmtStr, "ubekanntes Format fuer SwAuthorField" ); in OutHTML_SwField() 196 pFmtStr = OOO_STRING_SW_HTML_FF_author; in OutHTML_SwField() 199 pFmtStr = OOO_STRING_SW_HTML_FF_time; in OutHTML_SwField() 203 pFmtStr = OOO_STRING_SW_HTML_FF_date; in OutHTML_SwField() 252 case FF_NAME: pFmtStr = OOO_STRING_SW_HTML_FF_name; break; in OutHTML_SwField() 260 ASSERT( pFmtStr, "unbekanntes Format fuer SwFileNameField" ); in OutHTML_SwField() [all …]
|
/aoo42x/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
|
/aoo42x/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
|
/aoo42x/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);
|
Completed in 45 milliseconds