Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 25 of 707) sorted by relevance

12345678910>>...29

/AOO41X/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx250 const FontType eType, in GetFont() argument
255 switch (eType) in GetFont()
300 ColorData Theme::GetColor (const ColorType eType) in GetColor() argument
302 if (eType>=0 && sal_uInt32(eType)<maColor.size()) in GetColor()
303 return maColor[eType]; in GetColor()
312 const ColorType eType, in SetColor() argument
315 if (eType>=0 && sal_uInt32(eType)<maColor.size()) in SetColor()
316 maColor[eType] = aData; in SetColor()
323 const GradientColorType eType, in GetGradientColor() argument
326 GradientDescriptor& rDescriptor (GetGradient(eType)); in GetGradientColor()
[all …]
/AOO41X/main/basic/source/sbx/
H A Dsbxvalue.cxx212 aData.eType = SbxEMPTY; in SbxValue()
259 aData.eType = SbxDataType( n ); in SbxValue()
269 aData.eType = SbxNULL; in SbxValue()
276 switch( aData.eType ) in SbxValue()
304 if( IsFixed() && (aData.eType == SbxOBJECT) in operator =()
306 && (r.aData.eType == SbxSTRING) ) in operator =()
314 if( r.IsFixed() && (r.aData.eType == SbxOBJECT) in operator =()
316 && (aData.eType == SbxSTRING) ) in operator =()
331 aNew.eType = aData.eType; in operator =()
334 aNew.eType = SbxDataType( r.aData.eType & 0x0FFF ); in operator =()
[all …]
H A Dsbxint.cxx40 switch( +p->eType ) in ImpGetInteger()
123 if( p->eType == SbxCURRENCY ) in ImpGetInteger()
125 else if( p->eType == SbxLONG64 ) in ImpGetInteger()
127 else if( p->eType == SbxULONG64 ) in ImpGetInteger()
129 else if( p->eType == SbxDECIMAL ) in ImpGetInteger()
216 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetInteger()
229 switch( +p->eType ) in ImpPutInteger()
244 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutInteger()
399 switch( +p->eType ) in ImpGetInt64()
429 if( p->eType == SbxCURRENCY ) in ImpGetInt64()
[all …]
/AOO41X/main/starmath/source/
H A Dparse.cxx77 eType (TUNKNOWN), in SmToken()
88 SmTokenType eType; member
521 m_aCurToken.eType = TEND; in NextToken()
532 m_aCurToken.eType = TNUMBER; in NextToken()
547 m_aCurToken.eType = TTEXT; in NextToken()
564 m_aCurToken.eType = pEntry->eType; in NextToken()
572 m_aCurToken.eType = TIDENT; in NextToken()
588 m_aCurToken.eType = TRSUB; in NextToken()
611 m_aCurToken.eType = TLL; in NextToken()
622 m_aCurToken.eType = TLE; in NextToken()
[all …]
/AOO41X/main/basic/source/comp/
H A Dexprnode.cxx50 eType = SbxVARIANT; // Nodes sind immer Variant in SbiExprNode()
59 eType = t; in SbiExprNode()
68 eType = SbxSTRING; in SbiExprNode()
77 eType = ( t == SbxVARIANT ) ? r.GetType() : t; in SbiExprNode()
94 eType = SbxBOOL; in SbiExprNode()
104 eType = SbxOBJECT; in SbiExprNode()
177 if( eType >= SbxINTEGER && eType <= SbxDOUBLE ) in IsIntConst()
183 eType = SbxINTEGER; in IsIntConst()
272 eType = SbxSTRING; in FoldConstants()
273 if( pLeft->eType == SbxSTRING ) in FoldConstants()
[all …]
H A Dexprtree.cxx133 const String& rName, SbxDataType eType, SbiParameters* pPar ) in AddSym() argument
153 pDef->SetType( bHasType ? eType : SbxEMPTY ); in AddSym()
170 pDef->SetType( eType ); in AddSym()
208 …SbxDataType eType = (pKeywordSymbolInfo == NULL) ? pParser->GetType() : pKeywordSymbolInfo->m_eSbx… in Term() local
263 if( eType == SbxVARIANT ) in Term()
264 eType = SbxOBJECT; in Term()
279 pDef = pParser->CheckRTLForSym( aSym, eType ); in Term()
292 eType = SbxOBJECT; in Term()
293 pDef = AddSym( eTok, *pParser->pPool, eCurExpr, aSym, eType, pPar ); in Term()
325 if( eType >= SbxINTEGER && eType <= SbxSTRING && eType != eDefType ) in Term()
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DTheme.cxx82 const PropertyType eType (GetPropertyType(eItem)); in GetImage() local
83 OSL_ASSERT(eType==PT_Image); in GetImage()
84 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetImage()
92 const PropertyType eType (GetPropertyType(eItem)); in GetColor() local
93 OSL_ASSERT(eType==PT_Color || eType==PT_Paint); in GetColor()
94 const sal_Int32 nIndex (GetIndex(eItem, eType)); in GetColor()
96 if (eType == PT_Color) in GetColor()
98 else if (eType == PT_Paint) in GetColor()
107 const PropertyType eType (GetPropertyType(eItem)); in GetPaint() local
108 OSL_ASSERT(eType==PT_Paint); in GetPaint()
[all …]
/AOO41X/main/xmloff/source/chart/
H A DXMLErrorIndicatorPropertyHdl.cxx43 chart::ChartErrorIndicatorType eType = chart::ChartErrorIndicatorType_NONE; in importXML() local
45 rValue >>= eType; in importXML()
49 if( eType != chart::ChartErrorIndicatorType_TOP_AND_BOTTOM ) in importXML()
52 eType = ( eType == chart::ChartErrorIndicatorType_LOWER ) in importXML()
56 eType = ( eType == chart::ChartErrorIndicatorType_UPPER ) in importXML()
63 if( eType != chart::ChartErrorIndicatorType_NONE ) in importXML()
66 eType = ( eType == chart::ChartErrorIndicatorType_UPPER ) in importXML()
70 eType = ( eType == chart::ChartErrorIndicatorType_LOWER ) in importXML()
76 rValue <<= eType; in importXML()
85 chart::ChartErrorIndicatorType eType; in exportXML() local
[all …]
/AOO41X/main/sd/source/ui/app/
H A Dsdpopup.cxx198 SvxDateType eType; in GetField() local
203 eType = SVXDATETYPE_FIX; in GetField()
205 eType = SVXDATETYPE_VAR; in GetField()
215 pDateField->GetType() != eType ) in GetField()
218 ( (SvxDateField*) pNewField )->SetType( eType ); in GetField()
221 if( (pDateField->GetType() == SVXDATETYPE_VAR) && (eType == SVXDATETYPE_FIX) ) in GetField()
231 SvxTimeType eType; in GetField() local
236 eType = SVXTIMETYPE_FIX; in GetField()
238 eType = SVXTIMETYPE_VAR; in GetField()
248 pTimeField->GetType() != eType ) in GetField()
[all …]
/AOO41X/main/sc/source/ui/view/
H A Dprevloc.cxx54 ScPreviewLocationType eType; member
62 eType( eNewType ), in ScPreviewLocationEntry()
248 ScPreviewLocationType eType = bHeader ? in AddHeaderFooter() local
251 … aEntries.Insert( new ScPreviewLocationEntry( eType, aPixelRect, aRange, sal_False, sal_False ) ); in AddHeaderFooter()
281 …* lcl_GetEntryByAddress( const List& rEntries, const ScAddress& rPos, ScPreviewLocationType eType ) in lcl_GetEntryByAddress() argument
287 if ( pEntry->eType == eType && pEntry->aCellRange.In( rPos ) ) in lcl_GetEntryByAddress()
382 ScPreviewLocationType eType = pEntry->eType; in HasCellsInRange() local
383 … if ( eType == SC_PLOC_CELLRANGE || eType == SC_PLOC_COLHEADER || eType == SC_PLOC_ROWHEADER ) in HasCellsInRange()
396 if ( pEntry->eType == SC_PLOC_LEFTHEADER || pEntry->eType == SC_PLOC_RIGHTHEADER ) in GetHeaderPosition()
411 if ( pEntry->eType == SC_PLOC_LEFTFOOTER || pEntry->eType == SC_PLOC_RIGHTFOOTER ) in GetFooterPosition()
[all …]
/AOO41X/main/basctl/source/basicide/
H A Dbastype3.cxx59 BasicEntryType eType( aDesc.GetType() ); in RequestingChilds() local
61 if ( eType == OBJ_TYPE_DOCUMENT ) in RequestingChilds()
65 else if ( eType == OBJ_TYPE_LIBRARY ) in RequestingChilds()
129 else if ( eType == OBJ_TYPE_DOCUMENT_OBJECTS in RequestingChilds()
130 || eType == OBJ_TYPE_USERFORMS in RequestingChilds()
131 || eType == OBJ_TYPE_NORMAL_MODULES in RequestingChilds()
132 || eType == OBJ_TYPE_CLASS_MODULES ) in RequestingChilds()
282 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in GetEntryDescriptor() local
285 …urn BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aName, aMethodName, eType ); in GetEntryDescriptor()
309 eType = OBJ_TYPE_DOCUMENT; in GetEntryDescriptor()
[all …]
H A Dbastype2.cxx98 …icDocumentEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType ) in BasicDocumentEntry() argument
99 :BasicEntry( eType ) in BasicDocumentEntry()
110 …criptDocument& rDocument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType ) in BasicLibEntry() argument
111 :BasicDocumentEntry( rDocument, eLocation, eType ) in BasicLibEntry()
127 …ion, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType ) in BasicEntryDescriptor() argument
133 ,m_eType( eType ) in BasicEntryDescriptor()
138 …, const String& rLibSubName, const String& rName, const String& rMethodName, BasicEntryType eType ) in BasicEntryDescriptor() argument
145 ,m_eType( eType ) in BasicEntryDescriptor()
426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode() local
428 SvLBoxEntry* pLibSubRootEntry = FindEntry( pLibRootEntry, aEntryName, eType ); in ImpCreateLibSubEntriesInVBAMode()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/inc/view/
H A DSlsTheme.hxx67 const FontType eType,
85 ColorData GetColor (const ColorType eType);
86 void SetColor (const ColorType eType, const ColorData aColorData);
106 const GradientColorType eType,
109 const GradientColorType eType,
112 const GradientColorType eType,
120 sal_Int32 GetGradientSaturationOverride (const GradientColorType eType);
121 sal_Int32 GetGradientBrightnessOverride (const GradientColorType eType);
122 void SetGradientSaturationOverride (const GradientColorType eType, const sal_Int32 nValue);
123 void SetGradientBrightnessOverride (const GradientColorType eType, const sal_Int32 nValue);
[all …]
/AOO41X/main/dbaccess/source/ui/app/
H A DAppController.cxx737 const ElementType eType = getContainer()->getElementType(); in GetState() local
738 aReturn.bEnabled = eType == E_REPORT || eType == E_FORM; in GetState()
749 ElementType eType = getContainer()->getElementType(); in GetState() local
750 aReturn.bEnabled = eType == E_QUERY || eType == E_TABLE; in GetState()
865 ElementType eType = getContainer()->getElementType(); in GetState() local
866 aReturn.bEnabled = eType == E_QUERY && getContainer()->getSelectionCount() > 0; in GetState()
880 ElementType eType = getContainer()->getElementType(); in GetState() local
881 aReturn.bEnabled = (E_REPORT == eType || E_FORM == eType); in GetState()
897 ElementType eType = getContainer()->getElementType(); in GetState() local
898 …aReturn.bEnabled = E_REPORT == eType && getContainer()->getSelectionCount() > 0 && getContainer()-… in GetState()
[all …]
H A DAppControllerGen.cxx188 ElementType eType = getContainer()->getElementType(); in pasteFormat() local
189 if ( eType == E_TABLE ) in pasteFormat()
194 … paste( eType, ODataAccessObjectTransferable::extractObjectDescriptor( rClipboard ) ); in pasteFormat()
320 const ElementType eType = getContainer()->getElementType(); in propertyChange() local
321 if ( eType == E_FORM || eType == E_REPORT ) in propertyChange()
340 getContainer()->elementReplaced( eType , sOldName, sNewName ); in propertyChange()
441 ElementType eType( E_NONE ); in lcl_objectType2ElementType() local
444 case DatabaseObject::TABLE: eType = E_TABLE; break; in lcl_objectType2ElementType()
445 case DatabaseObject::QUERY: eType = E_QUERY; break; in lcl_objectType2ElementType()
446 case DatabaseObject::FORM: eType = E_FORM; break; in lcl_objectType2ElementType()
[all …]
/AOO41X/main/editeng/source/items/
H A Dflditem.cxx204 eType = SVXDATETYPE_VAR; in SvxDateField()
213 eType = eT; in SvxDateField()
233 ( eType == rOtherFld.eType ) && in operator ==()
247 eType = (SvxDateType)nType; in Load()
256 rStm << (sal_uInt16)eType; in Save()
265 if ( eType == SVXDATETYPE_FIX ) in GetFormatted()
553 eType = SVXTIMETYPE_VAR; in SvxExtTimeField()
562 eType = eT; in SvxExtTimeField()
582 ( eType == rOtherFld.eType ) && in operator ==()
596 eType = (SvxTimeType) nType; in Load()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx311 sal_uInt16 eType) throw(std::bad_cast) in ItemGet() argument
313 return item_cast<T>(rNode.GetAttr(eType)); in ItemGet()
340 sal_uInt16 eType) throw(std::bad_cast) in ItemGet() argument
342 return item_cast<T>(rFmt.GetFmtAttr(eType)); in ItemGet()
371 sal_uInt16 eType) throw(std::bad_cast) in ItemGet() argument
373 return item_cast<T>(rSet.Get(eType)); in ItemGet()
406 sal_uInt16 eType) throw(std::bad_cast) in DefaultItemGet() argument
408 return item_cast<T>(rPool.GetDefaultItem(eType)); in DefaultItemGet()
442 sal_uInt16 eType) throw(std::bad_cast) in DefaultItemGet() argument
444 return DefaultItemGet<T>(rDoc.GetAttrPool(), eType); in DefaultItemGet()
[all …]
/AOO41X/main/filter/source/config/cache/
H A Dfiltercache.hxx422 virtual OUStringList getMatchingItemsByProps( EItemType eType ,
450 virtual sal_Bool hasItems(EItemType eType) const
475 virtual OUStringList getItemNames(EItemType eType) const
499 virtual sal_Bool hasItem( EItemType eType,
529 virtual CacheItem getItem( EItemType eType,
537 virtual void removeItem( EItemType eType,
545 virtual void setItem( EItemType eType ,
554 virtual void refreshItem( EItemType eType,
595 virtual void addStatePropsToItem( EItemType eType,
673 CacheItemList& impl_getItemList(EItemType eType) const
[all …]
/AOO41X/main/sc/source/core/tool/
H A Drangenam.cxx68 eType ( nType ), in ScRangeData()
88 eType = eType | RT_ABSPOS; in ScRangeData()
90 eType = eType | RT_ABSAREA; in ScRangeData()
117 eType ( nType ), in ScRangeData()
132 eType = eType | RT_ABSPOS; in ScRangeData()
134 eType = eType | RT_ABSAREA; in ScRangeData()
155 eType ( RT_NAME ), in ScRangeData()
171 eType |= RT_ABSPOS; in ScRangeData()
180 eType (rScRangeData.eType), in ScRangeData()
267 sal_Bool bSharedFormula = ((eType & RT_SHARED) == RT_SHARED); in UpdateReference()
[all …]
H A Dtoken.cxx126 inline sal_Bool lcl_IsReference( OpCode eOp, StackVar eType ) in IMPL_FIXEDMEMPOOL_NEWDEL()
129 (eOp == ocPush && (eType == svSingleRef || eType == svDoubleRef)) in IMPL_FIXEDMEMPOOL_NEWDEL()
130 || (eOp == ocColRowNameAuto && eType == svDoubleRef) in IMPL_FIXEDMEMPOOL_NEWDEL()
131 || (eOp == ocColRowName && eType == svSingleRef) in IMPL_FIXEDMEMPOOL_NEWDEL()
132 || (eOp == ocMatRef && eType == svSingleRef) in IMPL_FIXEDMEMPOOL_NEWDEL()
156 eType = svJump; in SetOpCode()
160 eType = svJump; in SetOpCode()
164 eType = svMissing; in SetOpCode()
173 eType = svSep; in SetOpCode()
176 eType = svByte; in SetOpCode()
[all …]
/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx506 ContentType eType = m_aProps.getType(); in execute() local
507 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute()
521 if ( eType == STREAM ) in execute()
569 ContentType eType = m_aProps.getType(); in execute() local
570 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute()
624 ContentType eType = m_aProps.getType(); in execute() local
625 if ( ( eType != FOLDER ) && ( eType != DOCUMENT ) ) in execute()
666 ContentType eType = m_aProps.getType(); in execute() local
667 if ( ( eType != FOLDER ) && ( eType != DOCUMENT ) ) in execute()
901 ContentType eType = m_aProps.getType(); in exchangeIdentity() local
[all …]
/AOO41X/main/svx/source/form/
H A Dfmdocumentclassification.cxx95 DocumentType eType; member
124 DocumentType eType( eUnknownDocumentType ); in classifyDocument() local
128 return eType; in classifyDocument()
136 eType = getDocumentTypeForModuleIdentifier( xModule->getIdentifier() ); in classifyDocument()
137 if ( eType != eUnknownDocumentType ) in classifyDocument()
138 return eType; in classifyDocument()
146 return pModuleInfo->eType; in classifyDocument()
158 return eType; in classifyDocument()
164 DocumentType eType( eUnknownDocumentType ); in classifyHostDocument() local
171 eType = classifyDocument( xDocument ); in classifyHostDocument()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A Ddlgfield.cxx98 SvxDateType eType; in GetField() local
102 eType = SVXDATETYPE_FIX; in GetField()
104 eType = SVXDATETYPE_VAR; in GetField()
109 ( (SvxDateField*) pNewField )->SetType( eType ); in GetField()
115 SvxTimeType eType; in GetField() local
119 eType = SVXTIMETYPE_FIX; in GetField()
121 eType = SVXTIMETYPE_VAR; in GetField()
126 ( (SvxExtTimeField*) pNewField )->SetType( eType ); in GetField()
132 SvxFileType eType; in GetField() local
136 eType = SVXFILETYPE_FIX; in GetField()
[all …]
/AOO41X/main/editeng/inc/editeng/
H A Dflditem.hxx122 SvxDateType eType; member in SvxDateField
130 SvxDateType eType = SVXDATETYPE_VAR,
136 SvxDateType GetType() const { return eType; } in GetType()
137 void SetType( SvxDateType eTp ) { eType = eTp; } in SetType()
263 SvxTimeType eType; member in SvxExtTimeField
270 SvxTimeType eType = SVXTIMETYPE_VAR,
276 SvxTimeType GetType() const { return eType; } in GetType()
277 void SetType( SvxTimeType eTp ) { eType = eTp; } in SetType()
310 SvxFileType eType; member in SvxExtFileField
317 SvxFileType eType = SVXFILETYPE_VAR,
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx144 SelectionType eType = rSh.GetSelectionType(); in InsertCaption() local
145 if (eType & nsSelectionType::SEL_OLE) in InsertCaption()
146 eType = nsSelectionType::SEL_GRF; in InsertCaption()
149 const SwLabelType eT = eType & nsSelectionType::SEL_TBL ? LTYPE_TABLE : in InsertCaption()
150 eType & nsSelectionType::SEL_FRM ? LTYPE_FLY : in InsertCaption()
151 eType == nsSelectionType::SEL_TXT ? LTYPE_FLY : in InsertCaption()
152 eType & nsSelectionType::SEL_DRW ? LTYPE_DRAW : in InsertCaption()
217 if (eType & nsSelectionType::SEL_GRF) in InsertCaption()
219 else if( eType & nsSelectionType::SEL_TBL) in InsertCaption()
221 else if( eType & nsSelectionType::SEL_FRM) in InsertCaption()
[all …]

12345678910>>...29