Lines Matching refs:pValue
767 void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValue ) in _getPropertyValues() argument
777 for (; *ppEntries; ppEntries++, pValue++ ) in _getPropertyValues()
782 *pValue <<= OUString(pDocSh->GetText()); in _getPropertyValues()
793 *pValue <<= OUString(rFace.GetName()); in _getPropertyValues()
806 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()
819 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()
828 *pValue <<= nVal; in _getPropertyValues()
836 *pValue <<= (sal_Int16) aFormat.GetRelSize((*ppEntries)->mnMemberId); in _getPropertyValues()
842 (*pValue).setValue(&bVal, ::getBooleanCppuType()); in _getPropertyValues()
847 *pValue <<= (sal_Int16)aFormat.GetGreekCharStyle(); in _getPropertyValues()
852 *pValue <<= (sal_Int16)aFormat.GetHorAlign(); in _getPropertyValues()
879 *pValue <<= (sal_Int16)aFormat.GetDistance((*ppEntries)->mnMemberId); in _getPropertyValues()
884 (*pValue).setValue(&bVal, ::getBooleanCppuType()); in _getPropertyValues()
890 *pValue <<= pPrinter ? OUString ( pPrinter->GetName()) : OUString(); in _getPropertyValues()
905 *pValue <<= aSequence; in _getPropertyValues()
952 *pValue <<= aSequence; in _getPropertyValues()
956 *pValue <<= pDocSh->GetBasicContainer(); in _getPropertyValues()
959 *pValue <<= pDocSh->GetDialogContainer(); in _getPropertyValues()
962 *pValue <<= getRuntimeUID(); in _getPropertyValues()
967 *pValue <<= pDocSh->IsLoadReadonly(); in _getPropertyValues()
981 *pValue <<= static_cast<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() ); in _getPropertyValues()