Searched refs:getBoolValue (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | printdata.hxx | 196 …bool IsPrintFormControls() const { return getBoolValue( "PrintControls", m_rDefa… in IsPrintFormControls() 197 …bool IsPrintPageBackground() const { return getBoolValue( "PrintPageBackground", m_rDefa… in IsPrintPageBackground() 198 …bool IsPrintProspect() const { return getBoolValue( "PrintProspect", m_rDefa… in IsPrintProspect() 200 …bool IsPrintTextPlaceholders() const { return getBoolValue( "PrintTextPlaceholder", m_rDefa… in IsPrintTextPlaceholders() 201 …bool IsPrintHiddenText() const { return getBoolValue( "PrintHiddenText", m_rDefa… in IsPrintHiddenText() 202 …bool IsPrintWithBlackTextColor() const { return getBoolValue( "PrintBlackFonts", m_rDefa… in IsPrintWithBlackTextColor() 204 …bool IsPaperFromSetup() const { return getBoolValue( "PrintPaperFromSetup", m_rDefa… in IsPaperFromSetup()
|
/aoo41x/main/sw/source/core/view/ |
H A D | printdata.cxx | 460 bRes = getBoolValue( "PrintLeftPages", bRes /* <- default value if property is not found */ ); in IsPrintLeftPages() 471 bRes = getBoolValue( "PrintRightPages", bRes /* <- default value if property is not found */ ); in IsPrintRightPages() 480 !getBoolValue( "IsSkipEmptyPages", sal_True ) : in IsPrintEmptyPages() 481 getBoolValue( "PrintEmptyPages", sal_True ); in IsPrintEmptyPages() 502 bool bRes = getBoolValue( "PrintPicturesAndObjects", sal_True ); in IsPrintGraphics() 503 bRes = getBoolValue( "PrintGraphics", bRes ); in IsPrintGraphics() 512 bool bRes = getBoolValue( "PrintPicturesAndObjects", sal_True ); in IsPrintDrawings() 513 bRes = getBoolValue( "PrintDrawings", bRes ); in IsPrintDrawings()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | print.hxx | 591 …sal_Bool getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefault = sal_False ) con… 593 sal_Bool getBoolValue( const char* i_pPropName, sal_Bool i_bDefault = sal_False ) const in getBoolValue() function in vcl::PrinterOptionsHelper 594 { return getBoolValue( rtl::OUString::createFromAscii( i_pPropName ), i_bDefault ); } in getBoolValue()
|
/aoo41x/main/starmath/source/ |
H A D | view.cxx | 1055 const bool bIsPrintTitle = rPrintUIOptions.getBoolValue( PRTUIOPT_TITLE_ROW, sal_True ); in Impl_Print() 1056 const bool bIsPrintFrame = rPrintUIOptions.getBoolValue( PRTUIOPT_BORDER, sal_True ); in Impl_Print() 1057 … const bool bIsPrintFormulaText = rPrintUIOptions.getBoolValue( PRTUIOPT_FORMULA_TEXT, sal_True ); in Impl_Print() 1150 if (!rPrintUIOptions.getBoolValue( "IsPrinter", sal_False ) ) in Impl_Print()
|
H A D | unomodel.cxx | 1153 if (m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False )) in render()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2799 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount() 2862 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRenderer() 2864 … const bool bPrintPaperFromSetup = m_pPrintUIOptions->getBoolValue( "PrintPaperFromSetup", false ); in getRenderer() 3116 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in render() 3117 const bool bLastPage = m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False ); in render() 3165 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 223 sal_Bool bValue = mrProperties.getBoolValue( pName, bDefaultValue ); in GetBoolValue()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print3.cxx | 1723 sal_Bool PrinterOptionsHelper::getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefa… in getBoolValue() function in PrinterOptionsHelper
|
Completed in 77 milliseconds