Home
last modified time | relevance | path

Searched refs:IsPaperOrientationWarning (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dmisccfg.cxx64 bool IsPaperOrientationWarning() const {return bPaperOrientation;} in IsPaperOrientationWarning() function in utl::SfxMiscCfg
227 bool MiscCfg::IsPaperOrientationWarning() const in IsPaperOrientationWarning() function in utl::MiscCfg
229 return m_pImpl->IsPaperOrientationWarning(); in IsPaperOrientationWarning()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dmisccfg.hxx44 bool IsPaperOrientationWarning() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewprt.cxx360 …static_cast<int>(aMisc.IsPaperOrientationWarning() ? SfxPrinterChangeFlags::CHG_ORIENTATION : Sfx… in SetAppPrintOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen8.cxx126 if ( aMisc.IsPaperOrientationWarning() ) in GetPrinter()
172 if ( aMisc.IsPaperOrientationWarning() ) in SetPrintOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dtreeopt.cxx1037 …nFlag |= aMisc.IsPaperOrientationWarning() ? SfxPrinterChangeFlags::CHG_ORIENTATION : SfxPrinter… in CreateItemSet()