Lines Matching refs:aValue

54 …uno::Any aValue = xSheetProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Page…  in ScVbaPageSetup()  local
56 aValue >>= aStyleName; in ScVbaPageSetup()
150 sal_Bool aValue; in setFitToPagesTall() local
151 … if( fitToPagesTall.getValueTypeClass() != uno::TypeClass_BOOLEAN || (fitToPagesTall >>= aValue)) in setFitToPagesTall()
173 sal_Bool aValue = sal_False; in setFitToPagesWide() local
174 … if( fitToPagesWide.getValueTypeClass() != uno::TypeClass_BOOLEAN || (fitToPagesWide >>= aValue)) in setFitToPagesWide()
198 sal_Bool aValue = sal_False; in setZoom() local
199 zoom >>= aValue; in setZoom()
200 if( aValue ) in setZoom()
456 …uno::Any aValue = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Print… in getOrder() local
458 aValue >>= bPrintDownFirst; in getOrder()
497 …uno::Any aValue = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("First… in getFirstPageNumber() local
498 aValue >>= number; in getFirstPageNumber()
521 uno::Any aValue; in setFirstPageNumber() local
522 aValue <<= (sal_Int16)firstPageNumber; in setFirstPageNumber()
523 …eProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FirstPageNumber")), aValue ); in setFirstPageNumber()
535 …uno::Any aValue = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Cente… in getCenterVertically() local
536 aValue >>= centerVertically; in getCenterVertically()
560 …uno::Any aValue = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Cente… in getCenterHorizontally() local
561 aValue >>= centerHorizontally; in getCenterHorizontally()
585 …uno::Any aValue = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Print… in getPrintHeadings() local
586 aValue >>= printHeadings; in getPrintHeadings()