Home
last modified time | relevance | path

Searched refs:eScriptType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx779 ScriptType eScriptType, in OutScript() argument
811 if( STARBASIC != eScriptType && pSBLibrary ) in OutScript()
819 if( STARBASIC != eScriptType && pSBModule ) in OutScript()
835 if( JAVASCRIPT != eScriptType ) in OutScript()
841 if( STARBASIC == eScriptType ) in OutScript()
874 if( JAVASCRIPT != eScriptType ) in OutScript()
879 rStrm << (STARBASIC == eScriptType ? "' -->" : "// -->") in OutScript()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx352 eScriptType = JAVASCRIPT; in GetScriptType_Impl()
381 eScriptType = STARBASIC; in GetScriptType_Impl()
386 eScriptType = EXTENDED_STYPE; in GetScriptType_Impl()
401 return eScriptType; in GetScriptType()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx176 ScriptType eScriptType = EXTENDED_STYPE; in SV_IMPL_OP_PTRARR_SORT() local
179 eScriptType = JAVASCRIPT; in SV_IMPL_OP_PTRARR_SORT()
181 eScriptType = STARBASIC; in SV_IMPL_OP_PTRARR_SORT()
182 if( JAVASCRIPT != eScriptType && !bCfgStarBasic ) in SV_IMPL_OP_PTRARR_SORT()
197 pOpt = (STARBASIC==eScriptType ? aEventSDOptionTable in SV_IMPL_OP_PTRARR_SORT()
204 if( pOpt && (EXTENDED_STYPE != eScriptType || in SV_IMPL_OP_PTRARR_SORT()
215 if( EXTENDED_STYPE == eScriptType && in SV_IMPL_OP_PTRARR_SORT()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx224 const ScriptType eScriptType; in lcl_getScriptTypeFromLanguage() member
228 ,eScriptType( _eScriptType ) in lcl_getScriptTypeFromLanguage()
244 _out_rScriptType = aLanguageMapping[i].eScriptType; in lcl_getScriptTypeFromLanguage()
1652 ScriptType eScriptType = eBasic; in impl_adjustScriptLibrary_nothrow() local
1653 if ( !lcl_getScriptTypeFromLanguage( sScriptLanguage, eScriptType ) ) in impl_adjustScriptLibrary_nothrow()
1688 m_nCurrentDocumentID, eScriptType, sLibrary ); in impl_adjustScriptLibrary_nothrow()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhtml.hxx49 ScriptType eScriptType; member in SfxHTMLParser
/trunk/main/svtools/inc/svtools/
H A Dhtmlout.hxx96 ScriptType eScriptType,

Completed in 34 milliseconds