Home
last modified time | relevance | path

Searched refs:getValueType (Results 101 – 125 of 261) sorted by relevance

1234567891011

/aoo42x/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx597 if (isByteSequenceType(data.getValueType())) in getDataProvider()
636 BOOST_ASSERT(isOUStringType(data.getValueType())); in getDataProvider()
/aoo42x/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx612 if (( arg.getValueType() != ::getCppuType((sal_Int16*)0)) && in initialize()
613 ( arg.getValueType() != ::getCppuType((sal_Int8*)0))) in initialize()
/aoo42x/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx419 if(rVal.getValueType() != ::getCppuType((rtl::OUString*)0)) in PutValue()
567 if(rVal.hasValue() && rVal.getValueType() == rType) in PutValue()
/aoo42x/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx513 if( ( aAny.getValueType() != ::getCppuType( ( sal_Int16* )0 ) ) && in initialize()
514 (aAny.getValueType() != ::getCppuType( ( sal_Int8* )0 ) ) ) in initialize()
/aoo42x/main/sax/test/sax/
H A Dtestsax.cxx689 if( any.getValueType() == getCppuType( &e ) ) { in testFile()
755 if( any.getValueType() == getCppuType( &e ) ) { in testPerformance()
/aoo42x/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx209 if ( aSysDataType.getValueType( ) == CPPUTYPE_SALINT32 ) in getDataFlavorFromSystemDataType()
216 else if ( aSysDataType.getValueType( ) == CPPUTYPE_OUSTR ) in getDataFlavorFromSystemDataType()
/aoo42x/main/svx/source/table/
H A Dcell.cxx974 if( *pMap->pType != aAny.getValueType() ) in GetAnyForItem()
977 …if( ( *pMap->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuType(… in GetAnyForItem()
1026 if(rValue.getValueType() != ::getCppuType((const TableBorder*)0) ) in setPropertyValue()
/aoo42x/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunctionDescription.java57 public Type getValueType() in getValueType() method in AuthorFunctionDescription
H A DTitleFunctionDescription.java57 public Type getValueType() in getValueType() method in TitleFunctionDescription
/aoo42x/main/sd/source/ui/unoidl/
H A Dunohelp.hxx28 if( rAny.getValueType() == ::getCppuBooleanType() ) in any2bool()
/aoo42x/main/stoc/source/typeconv/
H A Dconvert.cxx545 Type aSourceType = rVal.getValueType(); in convertTo()
762 Type aSourceType = rVal.getValueType(); in convertToSimpleType()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dpreviewbase.cxx92 if (aImage.hasValue() && (aImage.getValueType() != getCppuType((Sequence<sal_Int8>*)0))) in setImage()
/aoo42x/main/vcl/unx/generic/dtrans/
H A Dconfig.cxx108 … OUStringToOString( pValue->getValueType().getTypeName(), osl_getThreadTextEncoding() ).getStr() ); in DtransX11ConfigItem()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx629 switch( rAny.getValueType().getTypeClass() ) in extractIntFromAny()
651 switch( rAny.getValueType().getTypeClass() ) in extractBoolFromAny()
677 switch( rAny.getValueType().getTypeClass() ) in extractStringFromAny()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimp.cxx626 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
652 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
663 if( aAny.getValueType() == ::getBooleanCppuType() && in startDocument()
/aoo42x/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx115 if (a.getValueType() != ::cppu::UnoType< ::rtl::OUString >::get()) { in performCheck()
/aoo42x/main/sw/source/core/unocore/
H A Dunofield.cxx645 if(rValue.getValueType() != ::getCppuType(static_cast<const double*>(0))) in setPropertyValue()
651 if(rValue.getValueType() != ::getBooleanCppuType()) in setPropertyValue()
2079 if ( rValue.getValueType() != ::getCppuType( static_cast< const util::Date* >( 0 ) ) ) in setPropertyValue()
2101 if ( rValue.getValueType() != ::getCppuType( static_cast< const double* >( 0 ) ) ) in setPropertyValue()
2122 if ( rValue.getValueType() == getCppuBooleanType() ) in setPropertyValue()
H A Dunostyle.cxx385 if( ( pVal = &pArray[i].Value)->getValueType() == in loadStylesFromURL()
901 if(rElement.getValueType().getTypeClass() == in insertByName()
1990 … if(aValue.getValueType() == ::getCppuType((uno::Reference< container::XIndexReplace>*)0) ) in lcl_SetStyleProperty()
2106 if(aValue.getValueType() != ::getCppuType((const OUString*)0)) in lcl_SetStyleProperty()
2303 if(aValue.getValueType() == ::getCppuType((const OUString*)0)) in lcl_SetStyleProperty()
2742 …&& *(rEntry.pType) == ::getCppuType((const sal_Int16*)0) && *(rEntry.pType) != aRet.getValueType()) in lcl_GetStyleProperty()
4955 …pEntry->pType) == ::getCppuType((const sal_Int16*)0) && *(pEntry->pType) != aTarget.getValueType()) in GetPropertyValues_Impl()
/aoo42x/main/xmloff/source/text/
H A DXMLAutoTextEventImport.cxx77 const Type& rType = rArguments[i].getValueType(); in initialize()
/aoo42x/main/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx150 if( pAny->getValueType() == in initialize()
/aoo42x/main/comphelper/inc/comphelper/
H A Dunwrapargs.hxx65 buf.append( seq[nArg].getValueType().getTypeName() ); in extract()
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1644 if( aSoundSource.getValueType() == ::getCppuType((const sal_Bool*)0) ) in changeSelection()
1966 if( maViewSelection.getValueType() == ::getCppuType((const Reference< XShapes >*)0) ) in onChange()
1986 else if ( maViewSelection.getValueType() == ::getCppuType((const Reference< XShape >*)0) ) in onChange()
1994 else if ( maViewSelection.getValueType() == ::getCppuType((const Reference< XTextCursor >*)0) ) in onChange()
/aoo42x/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx75 switch (xSource->getValueType()) in mergeKeys()
/aoo42x/main/svx/source/fmcomp/
H A Dgridcell.cxx1334 …DBG_ASSERT(aFmtKey.getValueType().getTypeClass() == TypeClass_LONG, "DbFormattedField::Init : inva… in Init()
1404 if (aMin.getValueType().getTypeClass() != TypeClass_VOID) in Init()
1406 …DBG_ASSERT(aMin.getValueType().getTypeClass() == TypeClass_DOUBLE, "DbFormattedField::Init : the m… in Init()
1422 if (aMin.getValueType().getTypeClass() != TypeClass_VOID) in Init()
1424 …DBG_ASSERT(aMin.getValueType().getTypeClass() == TypeClass_DOUBLE, "DbFormattedField::Init : the m… in Init()
1442 switch (aDefault.getValueType().getTypeClass()) in Init()
2261 if ( aCentury.getValueType().getTypeClass() != TypeClass_VOID ) in implAdjustGenericFieldSetting()
/aoo42x/main/forms/source/component/
H A DHidden.cxx100 …DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING, "OHiddenModel::setFastProper… in setFastPropertyValue_NoBroadcast()

Completed in 227 milliseconds

1234567891011