/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 302 if (eType>=0 && sal_uInt32(eType)<maColor.size()) in GetColor() 315 if (eType>=0 && sal_uInt32(eType)<maColor.size()) in SetColor() 418 eType, in SetGradientSaturationOverride() 449 if (eType>=0 && size_t(eType)<maIcons.size()) in GetIcon() 453 OSL_ASSERT(eType>=0 && size_t(eType)<maIcons.size()); in GetIcon() 463 if (eType>=0 && size_t(eType)<maIntegerValues.size()) in GetIntegerValue() 477 if (eType>=0 && size_t(eType)<maIntegerValues.size()) in SetIntegerValue() 490 if (eType>=0 && size_t(eType)<maStrings.size()) in GetString() 504 if (eType>=0 && size_t(eType)<maGradients.size()) in GetGradient() 518 if (eType>=0 && size_t(eType)<maIcons.size()) in InitializeIcon() [all …]
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 331 aNew.eType = aData.eType; in operator =() 1167 aL.eType = aR.eType = SbxSTRING; in Compute() 1205 aL.eType = aR.eType = SbxLONG; in Compute() 1210 aL.eType = aR.eType = SbxLONG64; in Compute() 1215 aL.eType = aR.eType = SbxLONG; in Compute() 1301 aL.eType = aR.eType = SbxDECIMAL; in Compute() 1409 aL.eType = aR.eType = SbxDOUBLE; in Compute() 1501 aL.eType = aR.eType = SbxSTRING; in Compare() 1524 aL.eType = aR.eType = SbxSINGLE; in Compare() 1546 aL.eType = aR.eType = SbxDECIMAL; in Compare() [all …]
|
H A D | sbxint.cxx | 40 switch( +p->eType ) 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() 517 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetInt64() 531 switch( +p->eType ) in ImpPutInt64() 557 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutInt64() 687 switch( +p->eType ) in ImpGetUInt64() 820 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetUInt64() [all …]
|
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 77 eType (TUNKNOWN), in SmToken() 564 m_aCurToken.eType = pEntry->eType; in NextToken() 1214 SmTokenType eType = m_aCurToken.eType; in Product() local 1215 switch (eType) in Product() 1300 { SmTokenType eType (m_aCurToken.eType); in SubSup() local 1306 if (eType == TFROM || eType == TTO) in SubSup() 1653 SmTokenType eType (m_aCurToken.eType); in Oper() local 1656 switch (eType) in Oper() 1715 SmTokenType eType = m_aCurToken.eType; in UnOper() local 1723 switch (eType) in UnOper() [all …]
|
/aoo41x/main/basic/source/comp/ |
H A D | exprnode.cxx | 59 eType = t; in SbiExprNode() 68 eType = SbxSTRING; in SbiExprNode() 94 eType = SbxBOOL; in SbiExprNode() 104 eType = SbxOBJECT; in SbiExprNode() 177 if( eType >= SbxINTEGER && eType <= SbxDOUBLE ) in IsIntConst() 272 eType = SbxSTRING; in FoldConstants() 275 eType = SbxSTRING; in FoldConstants() 445 eType = SbxDOUBLE; in FoldConstants() 464 eType = SbxLONG; in FoldConstants() 472 if( eType == SbxSINGLE || eType == SbxDOUBLE ) in FoldConstants() [all …]
|
H A D | exprtree.cxx | 170 pDef->SetType( eType ); in AddSym() 263 if( eType == SbxVARIANT ) in Term() 264 eType = SbxOBJECT; in Term() 292 eType = SbxOBJECT; in Term() 325 if( eType >= SbxINTEGER && eType <= SbxSTRING && eType != eDefType ) in Term() 335 eType = eDefType; in Term() 440 eType = SbxOBJECT; in ObjTerm() 456 pDef->SetType( eType ); in ObjTerm() 481 pNd->eType = eType; in ObjTerm() 849 eType = SbxDOUBLE; in SbiConstExpression() [all …]
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | Theme.cxx | 83 OSL_ASSERT(eType==PT_Image); in GetImage() 93 OSL_ASSERT(eType==PT_Color || eType==PT_Paint); in GetColor() 96 if (eType == PT_Color) in GetColor() 98 else if (eType == PT_Paint) in GetColor() 505 if (eType == PT_Invalid) in setPropertyValue() 551 if (eType == PT_Invalid) in getPropertyValue() 698 GetCppuType(eType), in getProperties() 726 GetCppuType(eType), in getPropertyByName() 898 switch(eType) in GetCppuType() 927 switch(eType) in GetIndex() [all …]
|
/aoo41x/main/xmloff/source/chart/ |
H A D | XMLErrorIndicatorPropertyHdl.cxx | 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 87 rValue >>= eType; in exportXML() [all …]
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 198 SvxDateType eType; in GetField() local 203 eType = SVXDATETYPE_FIX; in GetField() 205 eType = SVXDATETYPE_VAR; in GetField() 231 SvxTimeType eType; in GetField() local 236 eType = SVXTIMETYPE_FIX; in GetField() 238 eType = SVXTIMETYPE_VAR; in GetField() 265 SvxFileType eType; in GetField() local 270 eType = SVXFILETYPE_FIX; in GetField() 272 eType = SVXFILETYPE_VAR; in GetField() 305 SvxAuthorType eType; in GetField() local [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 54 ScPreviewLocationType eType; member 62 eType( eNewType ), in ScPreviewLocationEntry() 248 ScPreviewLocationType eType = bHeader ? in AddHeaderFooter() local 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() 457 if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in GetNoteCountInRange() 473 if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) ) in GetNoteInRange() [all …]
|
/aoo41x/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 61 if ( eType == OBJ_TYPE_DOCUMENT ) in RequestingChilds() 65 else if ( eType == OBJ_TYPE_LIBRARY ) in RequestingChilds() 130 || eType == OBJ_TYPE_USERFORMS in RequestingChilds() 331 eType = pBE->GetType(); in GetEntryDescriptor() 337 eType = pBE->GetType(); in GetEntryDescriptor() 343 eType = pBE->GetType(); in GetEntryDescriptor() 349 eType = pBE->GetType(); in GetEntryDescriptor() 358 eType = pBE->GetType(); in GetEntryDescriptor() 369 if ( eType == OBJ_TYPE_UNKNOWN ) in GetEntryDescriptor() 381 switch ( eType ) in ConvertType() [all …]
|
H A D | bastype2.cxx | 99 :BasicEntry( eType ) in BasicDocumentEntry() 133 ,m_eType( eType ) in BasicEntryDescriptor() 145 ,m_eType( eType ) in BasicEntryDescriptor() 426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode() local 473 eType = OBJ_TYPE_USERFORMS; in ImpCreateLibSubSubEntriesInVBAMode() 482 if( eType != eCurrentType ) in ImpCreateLibSubSubEntriesInVBAMode() 731 LibraryType eType = LIBRARY_TYPE_ALL; in GetLibraryType() local 733 eType = LIBRARY_TYPE_MODULE; in GetLibraryType() 735 eType = LIBRARY_TYPE_DIALOG; in GetLibraryType() 736 return eType; in GetLibraryType() [all …]
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsTheme.hxx | 67 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, 160 const BitmapEx& GetIcon (const IconType eType); 178 sal_Int32 GetIntegerValue (const IntegerValueType eType) const; 192 ::rtl::OUString GetString (const StringType eType) const; 222 GradientDescriptor& GetGradient (const GradientColorType eType); [all …]
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 738 aReturn.bEnabled = eType == E_REPORT || eType == E_FORM; in GetState() 750 aReturn.bEnabled = eType == E_QUERY || eType == E_TABLE; in GetState() 881 aReturn.bEnabled = (E_REPORT == eType || E_FORM == eType); in GetState() 1050 switch( eType ) in Execute() 1567 switch( eType ) in elementInserted() 1600 switch( eType ) in elementRemoved() 1640 switch( eType ) in elementReplaced() 2093 switch( eType ) in renameEntry() 2173 if ( eType == E_FORM || eType == E_REPORT ) in renameEntry() 2323 switch(eType) in onDeleteEntry() [all …]
|
H A D | AppControllerGen.cxx | 188 ElementType eType = getContainer()->getElementType(); in pasteFormat() local 189 if ( eType == E_TABLE ) in pasteFormat() 321 if ( eType == E_FORM || eType == E_REPORT ) in propertyChange() 441 ElementType eType( E_NONE ); in lcl_objectType2ElementType() local 444 case DatabaseObject::TABLE: eType = E_TABLE; break; in lcl_objectType2ElementType() 452 return eType; in lcl_objectType2ElementType() 630 ElementType eType = getContainer()->getElementType(); in askToReconnect() local 705 ElementType eType = getContainer()->getElementType(); in isRenameDeleteAllowed() local 710 if ( E_TABLE == eType ) in isRenameDeleteAllowed() 719 if ( bEnabled && bCompareRes && E_TABLE == eType ) in isRenameDeleteAllowed() [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 204 eType = SVXDATETYPE_VAR; in SvxDateField() 213 eType = eT; in SvxDateField() 233 ( eType == rOtherFld.eType ) && in operator ==() 553 eType = SVXTIMETYPE_VAR; in SvxExtTimeField() 562 eType = eT; in SvxExtTimeField() 582 ( eType == rOtherFld.eType ) && in operator ==() 692 eType = SVXFILETYPE_VAR; in SvxExtFileField() 701 eType = eT; in SvxExtFileField() 721 ( eType == rOtherFld.eType ) && in operator ==() 853 eType = eT; in SvxAuthorField() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | writerhelper.hxx | 311 sal_uInt16 eType) throw(std::bad_cast) in ItemGet() argument 340 sal_uInt16 eType) throw(std::bad_cast) in ItemGet() argument 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 442 sal_uInt16 eType) throw(std::bad_cast) in DefaultItemGet() argument 476 sal_uInt16 eType) in HasItem() argument 478 return item_cast<T>(rSet.GetItem(eType)); in HasItem() 509 sal_uInt16 eType) in HasItem() argument 602 sal_uInt16 eType); [all …]
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filtercache.hxx | 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 907 CacheItemList::iterator impl_loadItemOnDemand( EItemType eType, [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 68 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() 180 eType (rScRangeData.eType), in ScRangeData() 276 eType = eType | RT_SHAREDMOD; in UpdateReference() 278 eType = eType & ~RT_SHAREDMOD; in UpdateReference() 471 eType = eType | RT_SHAREDMOD; in UpdateTabRef() [all …]
|
H A D | token.cxx | 129 (eOp == ocPush && (eType == svSingleRef || eType == svDoubleRef)) in IMPL_FIXEDMEMPOOL_NEWDEL() 173 eType = svSep; in SetOpCode() 186 eType = svString; in SetString() 212 eType = svDoubleRef; in SetDoubleReference() 220 eType = svDouble; in SetDouble() 228 eType = svIndex; in SetName() 308 eType = svExternal; in SetExternal() 334 p->eType = eType; in Clone() 462 switch ( eType ) in Delete() 498 if ( eType == svSingleRef || eType == svDoubleRef ) in TextEqual() [all …]
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 507 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute() 570 if ( ( eType != FOLDER ) && ( eType != STREAM ) ) in execute() 625 if ( ( eType != FOLDER ) && ( eType != DOCUMENT ) ) in execute() 902 if ( ( eType == ROOT ) || ( eType == DOCUMENT ) ) in exchangeIdentity() 1275 if ( ( eType == ROOT ) || ( eType == DOCUMENT ) ) in setPropertyValues() 1699 OSL_ENSURE( ( eType == FOLDER ) || ( eType == STREAM ), in insert() 1875 OSL_ENSURE( ( eType == FOLDER ) || ( eType == STREAM ), in destroy() 2488 if ( ( eType == ROOT ) || ( eType == DOCUMENT ) ) in storeData() 2630 if ( ( eType == ROOT ) || ( eType == DOCUMENT ) ) in renameData() 2696 if ( ( eType == ROOT ) || ( eType == DOCUMENT ) ) in removeData() [all …]
|
/aoo41x/main/svx/source/form/ |
H A D | fmdocumentclassification.cxx | 95 DocumentType eType; member 124 DocumentType eType( eUnknownDocumentType ); in classifyDocument() local 128 return eType; in classifyDocument() 137 if ( eType != eUnknownDocumentType ) in classifyDocument() 138 return eType; in classifyDocument() 146 return pModuleInfo->eType; in classifyDocument() 158 return eType; in classifyDocument() 171 eType = classifyDocument( xDocument ); in classifyHostDocument() 178 return eType; in classifyHostDocument() 188 return pModuleInfo->eType; in getDocumentTypeForModuleIdentifier() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 122 SvxDateType eType; member in SvxDateField 130 SvxDateType eType = SVXDATETYPE_VAR, 136 SvxDateType GetType() const { return eType; } in GetType() 263 SvxTimeType eType; member in SvxExtTimeField 270 SvxTimeType eType = SVXTIMETYPE_VAR, 276 SvxTimeType GetType() const { return eType; } in GetType() 310 SvxFileType eType; member in SvxExtFileField 317 SvxFileType eType = SVXFILETYPE_VAR, 323 SvxFileType GetType() const { return eType; } in GetType() 349 SvxAuthorType eType; member in SvxAuthorField [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgfield.cxx | 98 SvxDateType eType; in GetField() local 102 eType = SVXDATETYPE_FIX; in GetField() 104 eType = SVXDATETYPE_VAR; in GetField() 115 SvxTimeType eType; in GetField() local 119 eType = SVXTIMETYPE_FIX; in GetField() 121 eType = SVXTIMETYPE_VAR; in GetField() 132 SvxFileType eType; in GetField() local 136 eType = SVXFILETYPE_FIX; in GetField() 138 eType = SVXFILETYPE_VAR; in GetField() 161 SvxAuthorType eType; in GetField() local [all …]
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 144 SelectionType eType = rSh.GetSelectionType(); in InsertCaption() local 145 if (eType & nsSelectionType::SEL_OLE) in InsertCaption() 146 eType = nsSelectionType::SEL_GRF; 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() 223 else if( eType == nsSelectionType::SEL_TXT) in InsertCaption() [all …]
|