Home
last modified time | relevance | path

Searched refs:eTargetType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Daddressconverter.cxx387 BiffTargetType eTargetType = BIFF_TARGETTYPE_URL; in parseBiffTargetUrl() local
419 eTargetType = BIFF_TARGETTYPE_SAMESHEET; in parseBiffTargetUrl()
448 eTargetType = BIFF_TARGETTYPE_LIBRARY; in parseBiffTargetUrl()
498 eTargetType = BIFF_TARGETTYPE_DDE_OLE; in parseBiffTargetUrl()
547 return bParserOk ? eTargetType : BIFF_TARGETTYPE_UNKNOWN; in parseBiffTargetUrl()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx822 SbxDataType eTargetType = SbxDataType( aData.eType & 0x0FFF ); in PutStringExt() local
831 if( ImpConvStringExt( aStr, eTargetType ) ) in PutStringExt()
839 if( ( eTargetType >= SbxINTEGER && eTargetType <= SbxCURRENCY ) || in PutStringExt()
840 ( eTargetType >= SbxCHAR && eTargetType <= SbxUINT ) || in PutStringExt()
841 eTargetType == SbxBOOL ) in PutStringExt()
H A Dsbxscan.cxx421 sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType ) in ImpConvStringExt() argument
428 switch( eTargetType ) in ImpConvStringExt()
H A Dsbxconv.hxx38 extern sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );

Completed in 22 milliseconds