Searched refs:eTargetType (Results 1 – 4 of 4) sorted by relevance
387 BiffTargetType eTargetType = BIFF_TARGETTYPE_URL; in parseBiffTargetUrl() local419 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()
822 SbxDataType eTargetType = SbxDataType( aData.eType & 0x0FFF ); in PutStringExt() local831 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()
421 sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType ) in ImpConvStringExt() argument428 switch( eTargetType ) in ImpConvStringExt()
38 extern sal_Bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType );
Completed in 33 milliseconds