Home
last modified time | relevance | path

Searched refs:eType (Results 126 – 150 of 726) sorted by relevance

12345678910>>...30

/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx601 eType( eT ), in SwTOXPara()
612 switch( eType ) in GetText_Impl()
643 sal_uInt16 nId = nsSwTOXElement::TOX_OLE == eType in GetText_Impl()
645 : nsSwTOXElement::TOX_GRAPHIC == eType in GetText_Impl()
658 …SwTOXElement::TOX_TEMPLATE == eType || nsSwTOXElement::TOX_SEQUENCE == eType || nsSwTOXElement::T… in FillText()
688 if( nsSwTOXElement::TOX_OUTLINELEVEL == eType && pNd->GetTxtNode() ) in GetLevel()
705 switch( eType ) in GetURL()
768 switch( eType ) in GetURL()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java123 …public static DocumentHelper blankDocument( XMultiServiceFactory orb, DocumentType eType ) throws … in blankDocument() argument
128 return implLoadDocument( orb, getDocumentFactoryURL( eType ), args ); in blankDocument()
288 public static String getDocumentFactoryURL( DocumentType eType ) in getDocumentFactoryURL() argument
290 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
292 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
294 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
296 if ( eType == DocumentType.XMLFORM ) in getDocumentFactoryURL()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx258 void SetStartType( StartType eType );
962 mpPage1OpenRB->SetState( eType == ST_OPEN ); in SetStartType()
963 maNextPageButton.Enable( eType != ST_OPEN ); in SetStartType()
967 mpPage1OpenLB->Show(eType == ST_OPEN); in SetStartType()
968 mpPage1OpenPB->Show(eType == ST_OPEN); in SetStartType()
970 if (eType == ST_OPEN) in SetStartType()
1304 if(eType == ST_TEMPLATE) in IMPL_LINK()
1306 else if(eType == ST_OPEN) in IMPL_LINK()
1309 SetStartType( eType ); in IMPL_LINK()
1311 if(eType == ST_TEMPLATE) in IMPL_LINK()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx280 SbxDataType eType = pVar->GetType(); in RequestHelp() local
285 else if ( eType & SbxARRAY ) in RequestHelp()
1654 SbxDataType eType = pVar->GetType(); in IMPL_LINK_INLINE_END() local
1655 if( eType & SbxARRAY ) in IMPL_LINK_INLINE_END()
1657 else if( eType != SbxOBJECT ) in IMPL_LINK_INLINE_END()
1935 aRes.eType = SbxVOID; in ImplGetSBXForEntry()
2038 SbxDataType eType = pVar->GetType(); in ImplBasicEntryEdited() local
2041 else if ( eType & SbxARRAY ) in ImplBasicEntryEdited()
2096 String aRetStr = getBasicTypeName( eType ); in implCreateTypeStringForDimArray()
2177 SbxDataType eType = pVar->GetType(); in UpdateWatches() local
[all …]
/trunk/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx236 … GradientType eType, in ParametricPolyPolygon() argument
245 eType ) in ParametricPolyPolygon()
251 … GradientType eType, in ParametricPolyPolygon() argument
261 eType ) in ParametricPolyPolygon()
266 GradientType eType, in ParametricPolyPolygon() argument
275 eType ) in ParametricPolyPolygon()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx69 svtools::ColorConfigEntry eType; member
113 aText.eType = svtools::HTMLUNKNOWN; in lcl_Highlight()
204 aTextPortion.eType = eFoundType; in lcl_Highlight()
219 aText.eType = svtools::HTMLUNKNOWN; in lcl_Highlight()
795 if(r.eType != svtools::HTMLSGML && in ImpDoHighlight()
796 r.eType != svtools::HTMLCOMMENT && in ImpDoHighlight()
797 r.eType != svtools::HTMLKEYWORD && in ImpDoHighlight()
798 r.eType != svtools::HTMLUNKNOWN) in ImpDoHighlight()
799 r.eType = svtools::HTMLUNKNOWN; in ImpDoHighlight()
800 …or((ColorData)SW_MOD()->GetColorConfig().GetColorValue((svtools::ColorConfigEntry)r.eType).nColor); in ImpDoHighlight()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx792 SbxDimArray* pArray = new SbxDimArray( eType ); in DimImpl()
951 SbxDataType eType = refVar->GetType(); in StepREDIMP_ERASE() local
952 if( eType & SbxARRAY ) in StepREDIMP_ERASE()
964 refVar->SetType( SbxDataType(eType & 0x0FFF) ); in StepREDIMP_ERASE()
975 void lcl_clearImpl( SbxVariableRef& refVar, SbxDataType& eType ) in lcl_clearImpl() argument
979 refVar->SetType( SbxDataType(eType & 0x0FFF) ); in lcl_clearImpl()
986 SbxDataType eType = refVar->GetType(); in lcl_eraseImpl() local
987 if( eType & SbxARRAY ) in lcl_eraseImpl()
1019 lcl_clearImpl( refVar, eType ); in lcl_eraseImpl()
1041 SbxDataType eType = refVar->GetType(); in StepERASE_CLEAR() local
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx855 sheet::ValidationType eType = (sheet::ValidationType) in setPropertyValue() local
857 switch (eType) in setPropertyValue()
949 sheet::ValidationType eType = sheet::ValidationType_ANY; in getPropertyValue() local
952 case SC_VALID_ANY: eType = sheet::ValidationType_ANY; break; in getPropertyValue()
953 case SC_VALID_WHOLE: eType = sheet::ValidationType_WHOLE; break; in getPropertyValue()
954 case SC_VALID_DECIMAL: eType = sheet::ValidationType_DECIMAL; break; in getPropertyValue()
955 case SC_VALID_DATE: eType = sheet::ValidationType_DATE; break; in getPropertyValue()
956 case SC_VALID_TIME: eType = sheet::ValidationType_TIME; break; in getPropertyValue()
958 case SC_VALID_LIST: eType = sheet::ValidationType_LIST; break; in getPropertyValue()
959 case SC_VALID_CUSTOM: eType = sheet::ValidationType_CUSTOM; break; in getPropertyValue()
[all …]
/trunk/main/sc/inc/
H A Drangenam.hxx71 RangeType eType; member in ScRangeData
126 void SetType( RangeType nType ) { eType = nType; } in SetType()
127 void AddType( RangeType nType ) { eType = eType|nType; } in AddType()
128 RangeType GetType() const { return eType; } in GetType()
168 return ( ( eType & nType ) == nType ); in HasType()
H A Dchgtrack.hxx266 ScChangeActionType eType; member in ScChangeAction
295 void SetType( ScChangeActionType e ) { eType = e; } in SetType()
363 return eType == SC_CAT_INSERT_COLS || in IsInsertType()
364 eType == SC_CAT_INSERT_ROWS || in IsInsertType()
365 eType == SC_CAT_INSERT_TABS; in IsInsertType()
369 return eType == SC_CAT_DELETE_COLS || in IsDeleteType()
370 eType == SC_CAT_DELETE_ROWS || in IsDeleteType()
371 eType == SC_CAT_DELETE_TABS; in IsDeleteType()
413 ScChangeActionType GetType() const { return eType; } in GetType()
493 const ScChangeActionType eType); // only to use in the XML import
[all …]
/trunk/main/svtools/source/uno/
H A Dunoevent.cxx314 enum ScriptType eType = EXTENDED_STYPE; in getMacroFromAny() local
328 eType = STARBASIC; in getMacroFromAny()
333 eType = JAVASCRIPT; in getMacroFromAny()
338 eType = EXTENDED_STYPE; in getMacroFromAny()
372 if (eType == STARBASIC) in getMacroFromAny()
375 SvxMacro aMacro(sMacroVal, sLibVal, eType); in getMacroFromAny()
378 else if (eType == EXTENDED_STYPE) in getMacroFromAny()
/trunk/main/starmath/source/
H A Dmathtype.cxx2531 switch (pLeft->GetToken().eType) in HandleBrace()
2639 switch (pNode->GetToken().eType) in HandleOperator()
2679 switch(pNode->GetToken().eType) in HandleOperator()
2777 switch(pNode->GetToken().eType) in HandleOperator()
3137 if ((pNode->GetToken().eType == TLIM) in HandleLim()
3138 || (pNode->GetToken().eType == TLIMSUP) in HandleLim()
3213 switch(pNode->GetToken().eType) in HandleMAlign()
3234 if (pNode->GetToken().eType == TMLINE) in HandleMath()
3354 switch (pTemp->GetToken().eType) in HandleAttributes()
3389 switch (pTemp->GetToken().eType) in HandleAttributes()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable4.cxx242 FillDateCmd eType; in FillAnalyse() local
248 eType = FILL_DAY; in FillAnalyse()
253 eType = FILL_MONTH; in FillAnalyse()
267 if ( eType == FILL_DAY ) in FillAnalyse()
291 eType = FILL_YEAR; in FillAnalyse()
295 rDateCmd = eType; in FillAnalyse()
379 if ( eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT ) in FillAnalyse()
381 if ( eType == CELLTYPE_STRING ) in FillAnalyse()
1043 switch ( eType ) in GetAutoFillPreview()
1048 if ( eType == CELLTYPE_STRING ) in GetAutoFillPreview()
[all …]
/trunk/main/vcl/source/window/
H A Ddecoview.cxx44 SymbolType eType ) in ImplDrawSymbol() argument
64 switch ( eType ) in ImplDrawSymbol()
215 if ( eType == SYMBOL_FIRST ) in ImplDrawSymbol()
229 if ( eType == SYMBOL_FIRST ) in ImplDrawSymbol()
245 if ( eType == SYMBOL_LAST ) in ImplDrawSymbol()
259 if ( eType == SYMBOL_LAST ) in ImplDrawSymbol()
363 if ( eType == SYMBOL_WINDSTART ) in ImplDrawSymbol()
390 if ( eType == SYMBOL_WINDEND ) in ImplDrawSymbol()
424 if ( eType == SYMBOL_ROLLDOWN ) in ImplDrawSymbol()
600 ImplDrawSymbol( mpOutDev, aTempRect, eType ); in DrawSymbol()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx645 …onst String& sDestName, const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eType ) in CreateNamedDest() argument
652 mpGlobalSyncData->mParaDestAreaTypes.push_back( eType ); in CreateNamedDest()
665 …Dest( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eType ) in DescribeRegisteredDest() argument
672 aLinkDestination.mAreaType = eType; in DescribeRegisteredDest()
675 …tOutDevData::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eType ) in CreateDest() argument
681 mpGlobalSyncData->mParaDestAreaTypes.push_back( eType ); in CreateDest()
749 void PDFExtOutDevData::SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sa… in SetPageTransition() argument
752 mpGlobalSyncData->mParaPageTransitions.push_back( eType ); in SetPageTransition()
759 …sal_Int32 PDFExtOutDevData::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUSt… in BeginStructureElement() argument
762 mpPageSyncData->mParaStructElements.push_back( eType ); in BeginStructureElement()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx75 svtools::ColorConfigEntry eType; member
708 aText.eType = svtools::HTMLUNKNOWN; in lcl_Highlight()
801 aText2.eType = eFoundType; in lcl_Highlight()
816 aText.eType = svtools::HTMLUNKNOWN; in lcl_Highlight()
886 if(r.eType != svtools::HTMLSGML && in ImpDoHighlight()
887 r.eType != svtools::HTMLCOMMENT && in ImpDoHighlight()
888 r.eType != svtools::HTMLKEYWORD && in ImpDoHighlight()
889 r.eType != svtools::HTMLUNKNOWN) in ImpDoHighlight()
890 r.eType = (svtools::ColorConfigEntry)svtools::HTMLUNKNOWN; in ImpDoHighlight()
891 Color aColor((ColorData)aConfig.GetColorValue((svtools::ColorConfigEntry)r.eType).nColor); in ImpDoHighlight()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx540 const ConditionType eType( impl_getCurrentConditionType() ); in impl_layoutOperands() local
543 const bool bIsExpression = ( eType == eExpression ); in impl_layoutOperands()
545 ( ( eType == eFieldValueComparison ) in impl_layoutOperands()
591 ConditionType eType( eFieldValueComparison ); in impl_setCondition() local
607 eType = eExpression; in impl_setCondition()
622 eType = eFieldValueComparison; in impl_setCondition()
630 m_aConditionType.SelectEntryPos( (sal_uInt16)eType ); in impl_setCondition()
694 const ConditionType eType( impl_getCurrentConditionType() ); in fillFormatCondition() local
702 if ( eType == eFieldValueComparison ) in fillFormatCondition()
/trunk/main/svl/inc/svl/
H A Dmacitem.hxx74 ScriptType eType; member in SvxMacro
81 ScriptType eType); // = STARBASIC entfernt
90 ScriptType GetScriptType() const { return eType; } in GetScriptType()
105 : aMacName( rMacName ), aLibName( rLibName ), pFunctionObject(NULL), eType( eTyp ) in SvxMacro()
109 : aMacName( rSource ), pFunctionObject( _pFunctionObject ), eType( JAVASCRIPT ) in SvxMacro()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1751 if ( eType == etUnknown ) in GetState()
2134 pDSData->eType = etDatasource; in implAddDatasource()
2142 pQueriesData->eType = etQueryContainer; in implAddDatasource()
2152 pTablesData->eType = etTableContainer; in implAddDatasource()
2195 pEntryData->eType = _eEntryType; in populateTree()
2247 if (etTableContainer == pData->eType) in IMPL_LINK()
2348 switch (eType) in ensureEntryObject()
2584 switch (pEntryData->eType) in implSelect()
2839 pNewData->eType = etTableOrView; in elementInserted()
2849 pNewData->eType = etQuery; in elementInserted()
[all …]
H A DdsEntriesNoExp.cxx118 return pEntryData->eType; in getEntryType()
241 if ( pData->eType == etDatasource ) in notifyHiContrastChanged()
248 bool bIsFolder = !isObject( pData->eType ); in notifyHiContrastChanged()
251 sal_Int32 nObjectType( getDatabaseObjectType( pData->eType ) ); in notifyHiContrastChanged()
257 sal_Int32 nObjectType( getDatabaseObjectType( pData->eType ) ); in notifyHiContrastChanged()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1835 SwFileNameFormat eType = FF_NAME; in Read_F_FileName() local
1843 eType = FF_PATHNAME; in Read_F_FileName()
3090 FormTokenType eType; in Read_F_Tox() local
3119 ePrevType = eType; in Read_F_Tox()
3216 FormTokenType eType; in Read_F_Tox() local
3240 ePrevType = eType; in Read_F_Tox()
3274 FormTokenType eType; in Read_F_Tox() local
3294 eType = TOKEN_END; in Read_F_Tox()
3297 while (TOKEN_END != eType); in Read_F_Tox()
3352 switch( eType ) in Read_F_Tox()
[all …]
/trunk/main/svtools/source/control/
H A Druler.cxx157 RulerType eType; member
1665 pHitTest->eType = RULER_TYPE_OUTSIDE; in ImplHitTest()
1671 pHitTest->eType = RULER_TYPE_DONTKNOW; in ImplHitTest()
1763 pHitTest->eType = RULER_TYPE_OUTSIDE; in ImplHitTest()
1850 pHitTest->eType = RULER_TYPE_MARGIN1; in ImplHitTest()
1985 pHitTest->eType = RULER_TYPE_DONTKNOW; in ImplDocHitTest()
2001 meDragType = pHitTest->eType; in ImplStartDrag()
2229 meDragType = aHitTest.eType; in MouseButtonDown()
2655 eDragType = aHitTest.eType; in StartDocDrag()
2691 return aHitTest.eType; in GetDocType()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx213 … const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
230 …, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
250 …( const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
408 …sal_Int32 BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias = rtl…
536 …void SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr =…
/trunk/main/basic/source/sbx/
H A Dsbxcurr.cxx44 switch( +p->eType ) in ImpGetCurrency()
165 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetCurrency()
179 switch( +p->eType ) in ImpPutCurrency()
197 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutCurrency()
/trunk/main/sw/inc/
H A DIDocumentExternalData.hxx35 size_t operator()(tExternalDataType eType) const { return eType; } in operator ()()
60 virtual void setExternalData(sw::tExternalDataType eType,
62 virtual sw::tExternalDataPointer getExternalData(sw::tExternalDataType eType) = 0;

Completed in 217 milliseconds

12345678910>>...30