Searched refs:sTmpl (Results 1 – 2 of 2) sorted by relevance
1402 OUString sTmpl; in Execute() local1403 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: Leve "; in Execute()
376 OUString sTmpl; in InsertGraphicDlg() local377 aTemplateValue >>= sTmpl; in InsertGraphicDlg()378 rReq.AppendItem( SfxStringItem( FN_PARAM_2, sTmpl) ); in InsertGraphicDlg()411 OUString sTmpl; in InsertGraphicDlg() local412 aTemplateValue >>= sTmpl; in InsertGraphicDlg()413 if( sTmpl.getLength() ) in InsertGraphicDlg()414 sGraphicFormat = sTmpl; in InsertGraphicDlg()
Completed in 41 milliseconds