Home
last modified time | relevance | path

Searched refs:getBoolValue (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/inc/
H A Dprintdata.hxx196 …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()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx460 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()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx591 …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()
/trunk/main/starmath/source/
H A Dview.cxx1058 const bool bIsPrintTitle = rPrintUIOptions.getBoolValue( PRTUIOPT_TITLE_ROW, sal_True ); in Impl_Print()
1059 const bool bIsPrintFrame = rPrintUIOptions.getBoolValue( PRTUIOPT_BORDER, sal_True ); in Impl_Print()
1060 … const bool bIsPrintFormulaText = rPrintUIOptions.getBoolValue( PRTUIOPT_FORMULA_TEXT, sal_True ); in Impl_Print()
1153 if (!rPrintUIOptions.getBoolValue( "IsPrinter", sal_False ) ) in Impl_Print()
H A Dunomodel.cxx1153 if (m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False )) in render()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2815 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRendererCount()
2878 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in getRenderer()
2880 … const bool bPrintPaperFromSetup = m_pPrintUIOptions->getBoolValue( "PrintPaperFromSetup", false ); in getRenderer()
3132 const bool bPrintProspect = m_pPrintUIOptions->getBoolValue( "PrintProspect", false ); in render()
3133 const bool bLastPage = m_pPrintUIOptions->getBoolValue( "IsLastPage", sal_False ); in render()
3181 … const bool bFirstPage = m_pPrintUIOptions->getBoolValue( "IsFirstPage", sal_False ); in render()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx223 sal_Bool bValue = mrProperties.getBoolValue( pName, bDefaultValue ); in GetBoolValue()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1723 sal_Bool PrinterOptionsHelper::getBoolValue( const rtl::OUString& i_rPropertyName, sal_Bool i_bDefa… in getBoolValue() function in PrinterOptionsHelper

Completed in 84 milliseconds