Home
last modified time | relevance | path

Searched refs:GetScriptType (Results 1 – 25 of 57) sorted by relevance

123

/aoo41x/main/sfx2/source/config/
H A Devntconf.cxx167 if ( pMacro->GetScriptType() == STARBASIC ) in CreateEventData_Impl()
187 else if ( pMacro->GetScriptType() == EXTENDED_STYPE ) in CreateEventData_Impl()
203 else if ( pMacro->GetScriptType() == JAVASCRIPT ) in CreateEventData_Impl()
274 pMacro = new SvxMacro( rMacro.GetMacName(), rMacro.GetLibName(), rMacro.GetScriptType() ); in ConfigureEvent()
/aoo41x/main/svx/source/items/
H A Dhlnkitem.cxx87 if( STARBASIC != pMac->GetScriptType() ) in Store()
98 if( STARBASIC == pMac->GetScriptType() ) in Store()
118 if( STARBASIC != pMac->GetScriptType() ) in Store()
128 rStrm << (sal_uInt16)pMac->GetScriptType(); in Store()
/aoo41x/main/sc/source/core/data/
H A Ddocumen6.cxx136 sal_uInt8 nStored = pCell->GetScriptType(); in GetCellScriptType()
151 sal_uInt8 ScDocument::GetScriptType( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell ) in GetScriptType() function in ScDocument
164 sal_uInt8 nStored = pCell->GetScriptType(); in GetScriptType()
H A Dcolumn2.cxx312 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pCell ); in GetNeededSize()
704 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalColWidth()
871 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalHeight()
/aoo41x/main/sw/source/core/doc/
H A Ddocbasic.cxx90 switch( rMacro.GetScriptType() ) in ExecMacro()
227 if( STARBASIC == rMacro.GetScriptType() ) in CallEvent()
232 else if( EXTENDED_STYPE == rMacro.GetScriptType() ) in CallEvent()
/aoo41x/main/sw/source/core/inc/
H A Dscriptinfo.hxx140 inline sal_uInt8 GetScriptType( const sal_uInt16 nCnt ) const;
361 inline sal_uInt8 SwScriptInfo::GetScriptType( const xub_StrLen nCnt ) const in GetScriptType() function in SwScriptInfo
/aoo41x/main/sw/source/core/text/
H A Dporlay.cxx857 nScript = GetScriptType( nCnt ); in InitScriptInfo()
1316 if ( i18n::ScriptType::COMPLEX == GetScriptType( nCnt++ ) ) in InitScriptInfo()
1351 const sal_uInt8 nScriptTypeOfGroup = GetScriptType( nScriptIdx ); in InitScriptInfo()
1388 nScriptType = GetScriptType( i2 ); in InitScriptInfo()
1467 return GetScriptType( nX ); in ScriptType()
/aoo41x/main/svtools/source/uno/
H A Dunoevent.cxx216 switch (rMacro.GetScriptType()) in getAnyFromMacro()
520 rMacro.GetScriptType() ); in replaceByName()
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx734 sal_uInt16 Outliner::GetScriptType( const ESelection& rSelection ) const in GetScriptType() function in Outliner
737 return pEditEngine->GetScriptType( rSelection ); in GetScriptType()
/aoo41x/main/sw/source/ui/shells/
H A Dtxtattr.cxx259 sal_uInt16 nScriptType = rWrtSh.GetScriptType(); in ExecCharAttrArgs()
728 if( !aSetItem.GetItemOfScript( rSh.GetScriptType() )) in GetAttrState()
/aoo41x/main/sfx2/inc/sfx2/
H A Dsfxhtml.hxx116 ScriptType GetScriptType( SvKeyValueIterator* ) const;
/aoo41x/main/editeng/inc/editeng/
H A Deditobj.hxx71 virtual sal_uInt16 GetScriptType() const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdedxv.cxx1528 sal_uInt16 SdrObjEditView::GetScriptType() const in GetScriptType() function in SdrObjEditView
1535 nScriptType = mxTextEditObj->GetOutlinerParaObject()->GetTextObject().GetScriptType(); in GetScriptType()
1550 nScriptType |= pParaObj->GetTextObject().GetScriptType(); in GetScriptType()
1581 …ut( SvxScriptTypeItem( mxTextEditObj->GetOutlinerParaObject()->GetTextObject().GetScriptType() ) ); in GetAttributes()
/aoo41x/main/editeng/source/editeng/
H A Deditobj.cxx474 sal_uInt16 EditTextObject::GetScriptType() const in GetScriptType() function in EditTextObject
477 return ((const BinTextObject*)this)->GetScriptType(); in GetScriptType()
773 sal_uInt16 BinTextObject::GetScriptType() const in GetScriptType() function in BinTextObject
H A Deditobj2.hxx231 sal_uInt16 GetScriptType() const;
H A Dimpedit4.cxx641 … lcl_FindValidAttribs( aAttribItems, pNode, nStartPos, GetScriptType( EditPaM( pNode, 0 ) ) ); in WriteRTF()
679 sal_uInt16 nScriptType = GetScriptType( EditPaM( pNode, nIndex+1 ) ); in WriteRTF()
1073 pTxtObj->SetScriptType( GetScriptType( aSel ) ); in CreateBinTextObject()
1432 …short nScriptType = GetScriptType( rPaM, pEndPos ); // pEndPos will be valid now, pointing to Scri… in GetLanguage()
1803 sal_Bool bIsAsianScript = (i18n::ScriptType::ASIAN == GetScriptType( aPaM )); in ImpConvert()
/aoo41x/main/svl/inc/svl/
H A Dmacitem.hxx90 ScriptType GetScriptType() const { return eType; } in GetScriptType() function in SvxMacro
/aoo41x/main/sd/source/ui/inc/
H A DOutlineView.hxx151 virtual sal_uInt16 GetScriptType() const;
/aoo41x/main/svtools/source/svhtml/
H A Dhtmlout.cxx904 ( JAVASCRIPT == pMacro->GetScriptType() || bOutStarBasic )) in Out_Events()
906 const sal_Char *pStr = STARBASIC == pMacro->GetScriptType() in Out_Events()
/aoo41x/main/sw/source/ui/lingu/
H A Dolmenu.cxx527 String aScriptTypesInUse( String::CreateFromInt32( pWrtSh->GetScriptType() ) ); in SwSpellPopup()
660 String aScriptTypesInUse( String::CreateFromInt32( pWrtSh->GetScriptType() ) ); in SwSpellPopup()
/aoo41x/main/sd/source/ui/view/
H A Doutlview.cxx1660 sal_uInt16 OutlineView::GetScriptType() const in GetScriptType() function in sd::OutlineView
1662 sal_uInt16 nScriptType = ::sd::View::GetScriptType(); in GetScriptType()
1670 nScriptType = pTempOPObj->GetTextObject().GetScriptType(); in GetScriptType()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlform.cxx1342 ScriptType eDfltScriptType = GetScriptType( pHeaderAttrs ); in NewForm()
1515 ScriptType eDfltScriptType = GetScriptType( pHeaderAttrs ); in InsertInput()
2008 ScriptType eDfltScriptType = GetScriptType( pHeaderAttrs ); in NewTextArea()
2299 ScriptType eDfltScriptType = GetScriptType( pHeaderAttrs ); in NewSelect()
/aoo41x/main/svl/source/items/
H A Dmacitem.cxx172 rStream << (sal_uInt16)pMac->GetScriptType(); in Write()
/aoo41x/main/svx/inc/svx/
H A Dsvdedxv.hxx260 virtual sal_uInt16 GetScriptType() const;
/aoo41x/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx396 ScriptType SfxHTMLParser::GetScriptType( SvKeyValueIterator *pHTTPHeader ) const in GetScriptType() function in SfxHTMLParser

Completed in 174 milliseconds

123