Home
last modified time | relevance | path

Searched refs:eType (Results 51 – 75 of 726) sorted by relevance

12345678910>>...30

/trunk/main/sw/source/core/undo/
H A Dunins.cxx882 eType( eTyp ), in SwUndoInsertLabel()
894 if( LTYPE_OBJECT == eType || LTYPE_DRAW == eType ) in ~SwUndoInsertLabel()
907 if( LTYPE_OBJECT == eType || LTYPE_DRAW == eType ) in UndoImpl()
914 ( LTYPE_DRAW != eType || in UndoImpl()
919 if( LTYPE_DRAW == eType ) in UndoImpl()
947 if( LTYPE_OBJECT == eType || LTYPE_DRAW == eType ) in RedoImpl()
954 ( LTYPE_DRAW != eType || in RedoImpl()
959 if( LTYPE_DRAW == eType ) in RedoImpl()
993 switch( eType ) in RepeatImpl()
1043 if( LTYPE_OBJECT == eType || LTYPE_DRAW == eType ) in SetFlys()
[all …]
/trunk/main/extensions/source/abpilot/
H A Dabspilot.cxx115 m_aSettings.eType = AST_MACAB; in OAddessBookSourcePilot()
118 m_aSettings.eType = AST_MORK; in OAddessBookSourcePilot()
120 m_aSettings.eType = AST_OE; in OAddessBookSourcePilot()
123 m_aSettings.eType = AST_OTHER; in OAddessBookSourcePilot()
133 typeSelectionChanged( m_aSettings.eType ); in OAddessBookSourcePilot()
296 impl_updateRoadmap( m_aSettings.eType ); in prepareLeaveCurrentState()
309 switch ( getSettings().eType ) in implDefaultTableName()
339 if ( m_aSettings.eType == m_eNewDataSourceType ) in implCreateDataSource()
350 switch (m_aSettings.eType) in implCreateDataSource()
400 m_eNewDataSourceType = m_aSettings.eType; in implCreateDataSource()
/trunk/main/basic/source/sbx/
H A Dsbxchar.cxx40 switch( +p->eType ) in ImpGetChar()
125 if( p->eType == SbxCURRENCY ) in ImpGetChar()
127 else if( p->eType == SbxLONG64 ) in ImpGetChar()
129 else if( p->eType == SbxULONG64 ) in ImpGetChar()
131 else if( p->eType == SbxDECIMAL ) in ImpGetChar()
215 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetChar()
228 switch( +p->eType ) in ImpPutChar()
265 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutChar()
H A Dsbxuint.cxx35 switch( +p->eType ) in ImpGetUShort()
120 if( p->eType == SbxCURRENCY ) in ImpGetUShort()
122 else if( p->eType == SbxLONG64 ) in ImpGetUShort()
124 else if( p->eType == SbxULONG64 ) in ImpGetUShort()
126 else if( p->eType == SbxDECIMAL ) in ImpGetUShort()
213 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetUShort()
227 switch( +p->eType ) in ImpPutUShort()
265 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutUShort()
H A Dsbxvar.cxx248 int nt = q->eType & 0x0FFF; in GetName()
253 if( q->eType & SbxBYREF ) in GetName()
266 if( q->eType & SbxARRAY ) in GetName()
271 if( q->eType & SbxARRAY ) in GetName()
342 if( aData.eType == SbxOBJECT ) in GetType()
344 else if( aData.eType == SbxVARIANT ) in GetType()
347 return aData.eType; in GetType()
459 aTmp.eType = aData.eType = (SbxDataType) nType; in LoadData()
504 aData.eType = SbxNULL; in LoadData()
591 aData.eType = p->GetType(); in SbxAlias()
[all …]
H A Dsbxsng.cxx35 switch( +p->eType ) in ImpGetSingle()
75 if( p->eType == SbxCURRENCY ) in ImpGetSingle()
77 else if( p->eType == SbxLONG64 ) in ImpGetSingle()
79 else if( p->eType == SbxULONG64 ) in ImpGetSingle()
175 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetSingle()
188 switch( +p->eType ) in ImpPutSingle()
222 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutSingle()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx10884 m_aNamedDests.back().m_eType = eType; in createNamedDest()
10905 m_aDests.back().m_eType = eType; in createDest()
11174 eType != PDFWriter::Document && eType != PDFWriter::NonStructElement ) in beginStructureElement()
11207 rEle.m_eType = eType; in beginStructureElement()
11228 aLine.append( getStructureTag( eType ) ); in beginStructureElement()
11725 eType == PDFWriter::Link ) in setStructureAttributeNumerical()
11740 if( eType == PDFWriter::Link ) in setStructureAttributeNumerical()
11771 if( eType == PDFWriter::Figure || in setStructureBoundingBox()
11772 eType == PDFWriter::Formula || in setStructureBoundingBox()
11773 eType == PDFWriter::Form || in setStructureBoundingBox()
[all …]
/trunk/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx59 switch( eType ) in lcl_getServiceNameForType()
359 tRegressionType eType, in addRegressionCurve() argument
368 if( eType == REGRESSION_TYPE_NONE ) in addRegressionCurve()
375 ::rtl::OUString aServiceName( lcl_getServiceNameForType( eType )); in addRegressionCurve()
477 tRegressionType eType, in replaceOrAddCurveAndReduceToOne() argument
486 OUString aServiceName( lcl_getServiceNameForType( eType )); in replaceOrAddCurveAndReduceToOne()
491 eType, xRegCnt, xContext, in replaceOrAddCurveAndReduceToOne()
583 tRegressionType eType = getRegressionType( aCurves[i] ); in getFirstRegressTypeNotMeanValueLine() local
584 if( eType != REGRESSION_TYPE_MEAN_VALUE && in getFirstRegressTypeNotMeanValueLine()
585 eType != REGRESSION_TYPE_UNKNOWN ) in getFirstRegressTypeNotMeanValueLine()
[all …]
/trunk/main/slideshow/source/inc/
H A Ddoctreenode.hxx76 static bool isLogicalNodeType( NodeType eType ) { return eType > 127; } in isLogicalNodeType() argument
77 static bool isFormattingNodeType( NodeType eType ) { return eType > 0 && eType < 128; } in isFormattingNodeType() argument
103 NodeType eType ) : in DocTreeNode() argument
106 meType(eType) in DocTreeNode()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx879 switch (pNode->GetToken().eType) in ExportText()
1066 if ( ((pLeft) && (pLeft->GetToken().eType != TNONE)) && in ExportBrace()
1083 else if (pLeft && (pLeft->GetToken().eType != TNONE)) in ExportBrace()
1151 if (pNode->GetToken().eType == TUNDERLINE) in ExportAttributes()
1158 else if (pNode->GetToken().eType != TOVERSTRIKE) in ExportAttributes()
1167 switch (pNode->GetToken().eType) in ExportAttributes()
1208 return eType == TBOLD || eType == TNBOLD || in lcl_HasEffectOnMathvariant()
1209 eType == TITALIC || eType == TNBOLD || in lcl_HasEffectOnMathvariant()
1210 eType == TSANS || eType == TSERIF || eType == TFIXED; in lcl_HasEffectOnMathvariant()
1251 switch (pNode->GetToken().eType) in ExportFont()
[all …]
/trunk/main/basic/source/comp/
H A Ddim.cxx77 SbxDataType eType = rDef.GetType(); in TypeDecl() local
96 eType = SbxVARIANT; break; in TypeDecl()
112 if( eType == SbxSTRING ) in TypeDecl()
158 eType = SbxLONG; in TypeDecl()
168 eType = SbxOBJECT; in TypeDecl()
172 eType = SbxOBJECT; in TypeDecl()
181 if( rDef.GetType() != eType ) in TypeDecl()
186 rDef.SetType( eType ); in TypeDecl()
821 SbxDataType eType = eScanType; in ProcDecl() local
823 pDef->SetType( eType ); in ProcDecl()
[all …]
/trunk/main/svx/source/items/
H A Dzoomitem.cxx54 eType( eZoomType ) in SvxZoomItem()
63 eType( rOrig.GetType() ) in SvxZoomItem()
99 << (sal_Int8)eType; in Store()
113 eType == rItem.GetType() ); in operator ==()
130 aSeq[2].Value <<= sal_Int16( eType ); in QueryValue()
137 case MID_TYPE: rVal <<= (sal_Int16) eType; break; in QueryValue()
185 eType = SvxZoomType( nTypeTmp ); in PutValue()
214 eType = SvxZoomType( (sal_Int16) nVal ); in PutValue()
H A Dhlnkitem.cxx69 rStrm << (sal_uInt32) eType; in Store()
156 pNew->eType = (SvxLinkInsertMode) nType; in Create()
224 eType = rHyperlinkItem.eType; in SvxHyperlinkItem()
246 eType (eTyp), in SvxHyperlinkItem()
278 eType == rItem.eType && in operator ==()
378 rVal <<= (sal_Int32) eType; in QueryValue()
418 eType = (SvxLinkInsertMode) (sal_uInt16) nVal; in PutValue()
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx221 RedlineType_t eType; member in RedlineInfo
248 eType(nsRedlineType_t::REDLINE_INSERT), in RedlineInfo()
417 RedlineType_t eType; in Add() local
420 eType = nsRedlineType_t::REDLINE_INSERT; in Add()
424 eType = nsRedlineType_t::REDLINE_DELETE; in Add()
428 eType = nsRedlineType_t::REDLINE_FORMAT; in Add()
440 pInfo->eType = eType; in Add()
663 if (nsRedlineType_t::REDLINE_DELETE == pRedlineInfo->eType) in InsertIntoDocument()
741 (nsRedlineType_t::REDLINE_DELETE == pRedlineInfo->eType) && in ConvertRedline()
742 (nsRedlineType_t::REDLINE_INSERT == pRedlineInfo->pNextRedline->eType) ) in ConvertRedline()
[all …]
/trunk/main/sw/inc/
H A Dfesh.hxx348 sal_uInt8 IsSelObjProtected( sal_uInt16 /*FLYPROTECT_...*/ eType ) const;
386 sal_Bool GotoNextFly( sal_uInt16 /*GOTOOBJ_...*/ eType = GOTOOBJ_FLY_ANY ) in GotoNextFly() argument
387 { return GotoObj( sal_True, eType ); } in GotoNextFly()
388 sal_Bool GotoPrevFly( sal_uInt16 /*GOTOOBJ_...*/ eType = GOTOOBJ_FLY_ANY) in GotoPrevFly() argument
389 { return GotoObj( sal_False, eType); } in GotoPrevFly()
392 sal_uInt16 GetFlyCount( FlyCntType eType = FLYCNTTYPE_ALL ) const;
393 const SwFrmFmt* GetFlyNum(sal_uInt16 nIdx, FlyCntType eType = FLYCNTTYPE_ALL) const;
448 sal_Bool GotoFly( const String& rName, FlyCntType eType = FLYCNTTYPE_ALL,
477 sal_Bool GotoObj( sal_Bool bNext, sal_uInt16 /*GOTOOBJ_...*/ eType = GOTOOBJ_DRAW_ANY);
595 const SwRect& GetAnyCurRect( CurRectType eType,
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx716 SwMailMergeConfigItem::Gender eType, in SetGreetings() argument
739 SwMailMergeConfigItem::Gender eType) const in GetCurrentGreeting()
742 switch(eType) in GetCurrentGreeting()
754 SwMailMergeConfigItem::Gender eType, sal_Int32 nIndex) in SetCurrentGreeting() argument
757 switch(eType) in SetCurrentGreeting()
1320 Gender eType ) const in GetGreetings()
1322 return m_pImpl->GetGreetings(eType); in GetGreetings()
1330 m_pImpl->SetGreetings( eType, rSetGreetings); in SetGreetings()
1337 SwMailMergeConfigItem::Gender eType) const in GetCurrentGreeting()
1339 return m_pImpl->GetCurrentGreeting(eType); in GetCurrentGreeting()
[all …]
H A Dmmgreetingspage.cxx49 SwMailMergeConfigItem::Gender eType) in lcl_FillGreetingsBox() argument
51 const Sequence< ::rtl::OUString> rEntries = rConfig.GetGreetings(eType); in lcl_FillGreetingsBox()
54 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
59 SwMailMergeConfigItem::Gender eType) in lcl_FillGreetingsBox() argument
64 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
69 SwMailMergeConfigItem::Gender eType) in lcl_StoreGreetingsBox() argument
75 rConfig.SetGreetings(eType, aEntries); in lcl_StoreGreetingsBox()
76 rConfig.SetCurrentGreeting(eType, rBox.GetSelectEntryPos()); in lcl_StoreGreetingsBox()
81 SwMailMergeConfigItem::Gender eType) in lcl_StoreGreetingsBox() argument
87 rConfig.SetGreetings(eType, aEntries); in lcl_StoreGreetingsBox()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx542 sal_uInt16 eType; in GetSelFrmType() local
547 eType = FRMTYPE_NONE; in GetSelFrmType()
556 eType = FRMTYPE_FLY_FREE; in GetSelFrmType()
558 eType = FRMTYPE_FLY_ATCNT; in GetSelFrmType()
562 eType = FRMTYPE_FLY_INCNT; in GetSelFrmType()
566 eType = FRMTYPE_DRAWOBJ; in GetSelFrmType()
569 return eType; in GetSelFrmType()
1379 switch ( eType ) in GetBestObject()
2453 return GetDoc()->GetFlyCount(eType); in GetFlyCount()
2522 nChk &= eType; in IsSelObjProtected()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx116 sal_Int16 eType = NumberingType::CHAR_SPECIAL; in exportLevelStyle() local
154 rProp.Value >>= eType; in exportLevelStyle()
282 if( bOutline && (NumberingType::CHAR_SPECIAL == eType || in exportLevelStyle()
283 NumberingType::BITMAP == eType) ) in exportLevelStyle()
298 if (NumberingType::BITMAP != eType) in exportLevelStyle()
318 if( NumberingType::CHAR_SPECIAL == eType ) in exportLevelStyle()
336 else if( NumberingType::BITMAP == eType ) in exportLevelStyle()
454 if( NumberingType::BITMAP == eType ) in exportLevelStyle()
574 if( NumberingType::CHAR_SPECIAL == eType ) in exportLevelStyle()
629 if( NumberingType::BITMAP != eType ) in exportLevelStyle()
[all …]
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx143 enum XMLTokenEnum eType = XML_TOKEN_INVALID; in ExportMapEntry() local
156 eType = XML_AREA_RECTANGLE; in ExportMapEntry()
162 eType = XML_AREA_CIRCLE; in ExportMapEntry()
168 eType = XML_AREA_POLYGON; in ExportMapEntry()
174 DBG_ASSERT(XML_TOKEN_INVALID != eType, in ExportMapEntry()
176 if (XML_TOKEN_INVALID == eType) in ExportMapEntry()
224 switch (eType) in ExportMapEntry()
240 DBG_ASSERT(XML_TOKEN_INVALID != eType, in ExportMapEntry()
242 SvXMLElementExport aAreaElement(mrExport, XML_NAMESPACE_DRAW, eType, in ExportMapEntry()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java116 …public static OfficeDocument blankDocument( XMultiServiceFactory orb, DocumentType eType ) throws … in blankDocument() argument
121 return implLoadDocument( orb, getDocumentFactoryURL( eType ), args ); in blankDocument()
215 public static String getDocumentFactoryURL( DocumentType eType ) in getDocumentFactoryURL() argument
217 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
219 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
221 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
223 if ( eType == DocumentType.XMLFORM ) in getDocumentFactoryURL()
225 if ( eType == DocumentType.PRESENTATION ) in getDocumentFactoryURL()
227 if ( eType == DocumentType.FORMULA ) in getDocumentFactoryURL()
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx359 void ButtonDialog::AddButton( StandardButtonType eType, sal_uInt16 nId, in AddButton() argument
368 if ( eType == BUTTON_OK ) in AddButton()
370 else if ( eType == BUTTON_HELP ) in AddButton()
372 else if ( (eType == BUTTON_CANCEL) || (eType == BUTTON_CLOSE) ) in AddButton()
377 if ( !((eType == BUTTON_OK) && (pItem->mpPushButton->GetType() == WINDOW_OKBUTTON)) || in AddButton()
378 !((eType == BUTTON_CANCEL) && (pItem->mpPushButton->GetType() == WINDOW_CANCELBUTTON)) || in AddButton()
379 !((eType == BUTTON_HELP) && (pItem->mpPushButton->GetType() == WINDOW_HELPBUTTON)) ) in AddButton()
381 pItem->mpPushButton->SetText( Button::GetStandardText( eType ) ); in AddButton()
382 pItem->mpPushButton->SetHelpText( Button::GetStandardHelpText( eType ) ); in AddButton()
/trunk/main/svtools/source/misc/
H A Dlangtab.cxx139 const String& SvtLanguageTable::GetString( const LanguageType eType ) const in GetString()
141 LanguageType eLang = MsLangId::getReplacementForObsoleteLanguage( eType); in GetString()
162 String SvtLanguageTable::GetLanguageString( const LanguageType eType ) in GetLanguageString() argument
165 return aLangTable.GetString( eType ); in GetLanguageString()
172 LanguageType eType = LANGUAGE_DONTKNOW; in GetType() local
179 eType = LanguageType( GetValue( i ) ); in GetType()
183 return eType; in GetType()
/trunk/main/basic/source/inc/
H A Dexpr.hxx107 SbxDataType eType; // aktueller Datentyp member in SbiExprNode
143 SbxDataType GetType() { return eType; } in GetType()
144 void SetType( SbxDataType eTp ) { eType = eTp; } in SetType()
214 void SetType( SbxDataType eType){ pExpr->eType = eType; } in SetType() argument
221 SbxDataType eType; member in SbiConstExpression
224 SbxDataType GetType() { return eType; } in GetType()
/trunk/main/extensions/source/propctrlr/
H A Dsubmissionhandler.cxx156 FormButtonType eType = FormButtonType_PUSH; in getPropertyValue() local
157 OSL_VERIFY( m_xComponent->getPropertyValue( PROPERTY_BUTTONTYPE ) >>= eType ); in getPropertyValue()
158 if ( ( eType != FormButtonType_PUSH ) && ( eType != FormButtonType_SUBMIT ) ) in getPropertyValue()
159 eType = FormButtonType_PUSH; in getPropertyValue()
160 aReturn <<= eType; in getPropertyValue()
343 FormButtonType eType = FormButtonType_PUSH; in actuatingPropertyChanged() local
344 OSL_VERIFY( _rNewValue >>= eType ); in actuatingPropertyChanged()
345 … _rxInspectorUI->enablePropertyUI( PROPERTY_SUBMISSION_ID, eType == FormButtonType_SUBMIT ); in actuatingPropertyChanged()

Completed in 202 milliseconds

12345678910>>...30