Home
last modified time | relevance | path

Searched refs:GetPrinterOptions (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dprintoptions.hxx77 void GetPrinterOptions( PrinterOptions& rOptions ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dprintoptions.hxx77 static void GetPrinterOptions( PrinterOptions& rOptions );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dprintopt.cxx131 aPrinterOptions.GetPrinterOptions( maPrinterOptions ); in Reset()
132 aPrintFileOptions.GetPrinterOptions( maPrintFileOptions ); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dprintopt.cxx126 SvtBasePrintOptions::GetPrinterOptions( maPrinterOptions ); in Reset()
127 SvtBasePrintOptions::GetPrinterOptions( maPrintFileOptions ); in Reset()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dcmndata.cpp290 wxString wxPrintData::GetPrinterOptions() const in GetPrinterOptions() function in wxPrintData
294 return ((wxPostScriptPrintNativeData*)m_nativeData)->GetPrinterOptions(); in GetPrinterOptions()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dcmndata.cpp290 wxString wxPrintData::GetPrinterOptions() const in GetPrinterOptions() function in wxPrintData
294 return ((wxPostScriptPrintNativeData*)m_nativeData)->GetPrinterOptions(); in GetPrinterOptions()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dcmndata.cpp290 wxString wxPrintData::GetPrinterOptions() const in GetPrinterOptions() function in wxPrintData
294 return ((wxPostScriptPrintNativeData*)m_nativeData)->GetPrinterOptions(); in GetPrinterOptions()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dcmndata.cpp290 wxString wxPrintData::GetPrinterOptions() const in GetPrinterOptions() function in wxPrintData
294 return ((wxPostScriptPrintNativeData*)m_nativeData)->GetPrinterOptions(); in GetPrinterOptions()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dprntdlgg.h93 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dprintoptions.cxx389 void SvtBasePrintOptions::GetPrinterOptions( PrinterOptions& rOptions ) in GetPrinterOptions() function in SvtBasePrintOptions
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && !data->GetPrinterOptions().empty()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && data->GetPrinterOptions()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && data->GetPrinterOptions()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && data->GetPrinterOptions()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dprntdlgg.cpp709 if (m_printerOptionsText && !data->GetPrinterOptions().empty()) in TransferDataToWindow()
710 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && data->GetPrinterOptions()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dprntdlgg.cpp716 if (m_printerOptionsText && !data->GetPrinterOptions().empty()) in TransferDataToWindow()
717 m_printerOptionsText->SetValue(data->GetPrinterOptions()); in TransferDataToWindow()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dcmndata.h176 const wxString& GetPrinterOptions() const { return m_printerOptions; } in GetPrinterOptions() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dcmndata.h226 wxString GetPrinterOptions() const;

12