Lines Matching refs:aAny

587 		Any aAny;  in startDocument()  local
593 aAny = xImportInfo->getPropertyValue(sStyleInsertModeFamilies); in startDocument()
595 if( aAny >>= aFamiliesSeq ) in startDocument()
625 aAny = xImportInfo->getPropertyValue(sStyleInsertModeOverwrite); in startDocument()
626 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
627 *static_cast<const sal_Bool*>(aAny.getValue()) ) in startDocument()
640 aAny = xImportInfo->getPropertyValue(sTextInsertModeRange); in startDocument()
642 if( aAny >>= xInsertTextRange ) in startDocument()
651 aAny = xImportInfo->getPropertyValue(sAutoTextMode); in startDocument()
652 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
653 *static_cast<const sal_Bool*>(aAny.getValue()) ) in startDocument()
662 aAny = xImportInfo->getPropertyValue(sOrganizerMode); in startDocument()
663 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
664 *static_cast<const sal_Bool*>(aAny.getValue()) ) in startDocument()
1353 Any aAny; in SetConfigurationSettings() local
1355 aAny <<= nTmp; in SetConfigurationSettings()
1358 aAny ); in SetConfigurationSettings()
1381 Any aAny; in SetConfigurationSettings() local
1383 aAny.setValue(&bOldNum, ::getBooleanCppuType()); in SetConfigurationSettings()
1384 xProps->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("UseOldNumbering")), aAny ); in SetConfigurationSettings()
1389 Any aAny; in SetConfigurationSettings() local
1391 aAny.setValue(&bTmp, ::getBooleanCppuType()); in SetConfigurationSettings()
1395 aAny ); in SetConfigurationSettings()