Home
last modified time | relevance | path

Searched refs:i_rPaperName (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dprintdlg.hxx68 std::u16string_view i_rPaperName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dprintdlg.hxx83 const OUString& i_rPaperName,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dprintdlg.cxx214 std::u16string_view i_rPaperName, in setPreview() argument
242 if( !i_rPaperName.empty() ) in setPreview()
245 aBuf.append( i_rPaperName ); in setPreview()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dprintdlg.cxx252 const OUString& i_rPaperName, in setPreview() argument
281 if( !i_rPaperName.isEmpty() ) in setPreview()
284 aBuf.append( i_rPaperName ); in setPreview()