Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1402 OUString sTmpl; in Execute() local
1403 aTemplateValue >>= sTmpl; in Execute()
1407 sal_Int32 nColonPos = sTmpl.indexOf( sal_Unicode(':') ); in Execute()
1408 OUString sPrefix = sTmpl.copy( 0L, nColonPos ); in Execute()
1411 aTemplateName = sTmpl.copy( 7L ); //get string behind "Style: " in Execute()
1415 … nTemplateOutlineLevel = ( sTmpl.copy( 15L )).toInt32(); //get string behind "Outline: Level "; in Execute()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx376 OUString sTmpl; in InsertGraphicDlg() local
377 aTemplateValue >>= sTmpl; in InsertGraphicDlg()
378 rReq.AppendItem( SfxStringItem( FN_PARAM_2, sTmpl) ); in InsertGraphicDlg()
411 OUString sTmpl; in InsertGraphicDlg() local
412 aTemplateValue >>= sTmpl; in InsertGraphicDlg()
413 if( sTmpl.getLength() ) in InsertGraphicDlg()
414 sGraphicFormat = sTmpl; in InsertGraphicDlg()

Completed in 38 milliseconds