Lines Matching refs:pValue

125 …st comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun…
883 void DocumentSettings::_getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(… in _getPropertyValues() argument
907 for( ; *ppEntries; ppEntries++, pValue++ ) in _getPropertyValues()
918 *pValue <<= aPath; in _getPropertyValues()
928 *pValue <<= aPath; in _getPropertyValues()
938 *pValue <<= aPath; in _getPropertyValues()
948 *pValue <<= aPath; in _getPropertyValues()
958 *pValue <<= aPath; in _getPropertyValues()
968 *pValue <<= aPath; in _getPropertyValues()
972 *pValue <<= mpModel->getForbiddenCharsTable(); in _getPropertyValues()
976 *pValue <<= pDocSh->IsUseUserData(); in _getPropertyValues()
980 *pValue <<= (sal_Bool)aPrintOpts.IsDraw(); in _getPropertyValues()
983 *pValue <<= (sal_Bool)aPrintOpts.IsNotes(); in _getPropertyValues()
986 *pValue <<= (sal_Bool)aPrintOpts.IsHandout(); in _getPropertyValues()
989 *pValue <<= (sal_Bool)aPrintOpts.IsOutline(); in _getPropertyValues()
992 *pValue <<= (sal_Int16)aPrintOpts.GetHandoutPages(); in _getPropertyValues()
995 *pValue <<= (sal_Bool)aPrintOpts.IsHandoutHorizontal(); in _getPropertyValues()
998 *pValue <<= (sal_Bool)aPrintOpts.IsPagename(); in _getPropertyValues()
1001 *pValue <<= (sal_Bool)aPrintOpts.IsDate(); in _getPropertyValues()
1004 *pValue <<= (sal_Bool)aPrintOpts.IsTime(); in _getPropertyValues()
1007 *pValue <<= (sal_Bool)aPrintOpts.IsHiddenPages(); in _getPropertyValues()
1010 *pValue <<= (sal_Bool)aPrintOpts.IsPagesize(); in _getPropertyValues()
1013 *pValue <<= (sal_Bool)aPrintOpts.IsPagetile(); in _getPropertyValues()
1016 *pValue <<= (sal_Bool)aPrintOpts.IsBooklet(); in _getPropertyValues()
1019 *pValue <<= (sal_Bool)aPrintOpts.IsFrontPage(); in _getPropertyValues()
1022 *pValue <<= (sal_Bool)aPrintOpts.IsBackPage(); in _getPropertyValues()
1025 *pValue <<= (sal_Int32)aPrintOpts.GetOutputQuality(); in _getPropertyValues()
1031 *pValue <<= (sal_Int16)nMeasure; in _getPropertyValues()
1035 *pValue <<= (sal_Int32)pDoc->GetUIScale().GetNumerator(); in _getPropertyValues()
1038 *pValue <<= (sal_Int32)pDoc->GetUIScale().GetDenominator(); in _getPropertyValues()
1041 *pValue <<= (sal_Int32)pDoc->GetDefaultTabulator(); in _getPropertyValues()
1044 *pValue <<= (sal_Int32)pDoc->GetPageNumType(); in _getPropertyValues()
1049 *pValue <<= pTempPrinter ? OUString ( pTempPrinter->GetName()) : OUString(); in _getPropertyValues()
1064 *pValue <<= aSequence; in _getPropertyValues()
1069 *pValue <<= aSequence; in _getPropertyValues()
1077 *pValue <<= bIsSummationOfParagraphs; in _getPropertyValues()
1083 *pValue <<= (sal_Int16)pDoc->GetCharCompressType(); in _getPropertyValues()
1089 *pValue <<= (sal_Bool)pDoc->IsKernAsianPunctuation(); in _getPropertyValues()
1095 *pValue <<= pDocSh->IsQueryLoadTemplate(); in _getPropertyValues()
1103 *pValue <<= nPrinterIndependentLayout; in _getPropertyValues()
1110 *pValue <<= pDocSh->IsLoadReadonly(); in _getPropertyValues()
1117 *pValue <<= pDocSh->IsSaveVersionOnClose(); in _getPropertyValues()