Home
last modified time | relevance | path

Searched refs:meType (Results 1 – 25 of 88) sorted by relevance

1234

/aoo4110/main/vcl/source/gdi/
H A Dimpgraph.cxx149 meType ( rImpGraphic.meType ), in ImpGraphic()
281 meType = rImpGraphic.meType; in operator =()
329 else if( !ImplIsSwapOut() && ( rImpGraphic.meType == meType ) ) in operator ==()
331 switch( meType ) in operator ==()
466 return meType; in ImplGetType()
743 switch( meType ) in ImplGetPrefSize()
832 switch( meType ) in ImplGetPrefMapMode()
939 switch( meType ) in ImplDraw()
977 switch( meType ) in ImplDraw()
1202 if( meType ) in ImplReadEmbedded()
[all …]
H A Dgfxlink.cxx44 meType ( GFX_LINK_TYPE_NONE ), in GfxLink()
69 meType = nType; in GfxLink()
122 if ( ( mnBufSize == rGfxLink.mnBufSize ) && ( meType == rGfxLink.meType ) ) in IsEqual()
143 meType = rGfxLink.meType; in ImplCopy()
160 return meType; in GetType()
167 return( meType >= GFX_LINK_FIRST_NATIVE_ID && meType <= GFX_LINK_LAST_NATIVE_ID ); in IsNative()
248 switch( meType ) in LoadNative()
H A Dimage.cxx203 mpImplData->meType = IMAGETYPE_BITMAP; in ImplInit()
208 mpImplData->meType = IMAGETYPE_IMAGE; in ImplInit()
224 switch( mpImplData->meType ) in GetSizePixel()
249 switch( mpImplData->meType ) in GetBitmapEx()
390 else if( rImage.mpImplData->meType == mpImplData->meType ) in operator ==()
392 switch( mpImplData->meType ) in operator ==()
/aoo4110/main/sfx2/source/sidebar/
H A DPaint.cxx34 : meType(NoPaint) in Paint()
42 : meType(ColorPaint), in Paint()
51 : meType(GradientPaint), in Paint()
77 meType = rOther.meType; in Set()
86 return meType; in GetType()
94 if (meType != ColorPaint) in GetColor()
96 assert(meType==ColorPaint); in GetColor()
109 if (meType != GradientPaint) in GetGradient()
111 assert(meType==GradientPaint); in GetGradient()
124 switch (meType) in GetWallpaper()
/aoo4110/main/sc/source/filter/excel/
H A Dxilink.cxx105 inline XclSupbookType GetType() const { return meType; } in GetType()
300 meType = xlExtAddIn; in XclImpExtName()
305 meType = xlExtEuroConvert; in XclImpExtName()
308 meType = xlExtName; in XclImpExtName()
317 if( (meType == xlExtDDE) && (rStrm.GetRecLeft() > 1) ) in XclImpExtName()
320 if (meType == xlExtName) in XclImpExtName()
449 meType( EXC_SBTYPE_UNKNOWN ), in XclImpSupbook()
459 case EXC_SUPB_SELF: meType = EXC_SBTYPE_SELF; break; in XclImpSupbook()
472 meType = EXC_SBTYPE_EUROTOOL; in XclImpSupbook()
477 meType = EXC_SBTYPE_EXTERN; in XclImpSupbook()
[all …]
H A Dxlpivot.cxx48 meType( EXC_PCITEM_INVALID ) in XclPCItem()
58 meType = EXC_PCITEM_EMPTY; in SetEmpty()
64 meType = EXC_PCITEM_TEXT; in SetText()
70 meType = EXC_PCITEM_DOUBLE; in SetDouble()
78 meType = EXC_PCITEM_DATETIME; in SetDateTime()
86 meType = EXC_PCITEM_INTEGER; in SetInteger()
93 meType = EXC_PCITEM_ERROR; in SetError()
111 meType = EXC_PCITEM_BOOL; in SetBool()
121 if( meType == rItem.meType ) switch( meType ) in IsEqual()
138 return meType == EXC_PCITEM_EMPTY; in IsEmpty()
[all …]
H A Dxelink.cxx344 XclSupbookType meType; /// Type of this SUPBOOK record. member in XclExpSupbook
1383 meType( EXC_SBTYPE_SELF ), in XclExpSupbook()
1390 meType( EXC_SBTYPE_ADDIN ), in XclExpSupbook()
1399 meType( EXC_SBTYPE_EUROTOOL ), in XclExpSupbook()
1410 meType( EXC_SBTYPE_EXTERN ), in XclExpSupbook()
1429 meType( EXC_SBTYPE_SPECIAL ), in XclExpSupbook()
1437 return (meType == EXC_SBTYPE_EXTERN || meType == EXC_SBTYPE_EUROTOOL) && (maUrl == rUrl); in IsUrlLink()
1442 return (meType == EXC_SBTYPE_SPECIAL) && (maUrl == rApplic) && (maDdeTopic == rTopic); in IsDdeLink()
1493 …DBG_ASSERT( meType == EXC_SBTYPE_EXTERN, "XclExpSupbook::InsertTabName - don't insert sheet names … in InsertTabName()
1539 switch( meType ) in WriteBody()
/aoo4110/main/svtools/source/control/
H A Dvalueset.cxx218 if ( pItem->meType == VALUESETITEM_SPACE ) in ImplFormatItem()
1839 pItem->meType = VALUESETITEM_IMAGE; in InsertItem()
1858 pItem->meType = VALUESETITEM_COLOR; in InsertItem()
1878 pItem->meType = VALUESETITEM_IMAGE; in InsertItem()
1899 pItem->meType = VALUESETITEM_COLOR; in InsertItem()
1917 pItem->meType = VALUESETITEM_USERDRAW; in InsertItem()
1935 pItem->meType = VALUESETITEM_USERDRAW; in InsertItem()
1953 pItem->meType = VALUESETITEM_SPACE; in InsertSpace()
2000 pNewItem->meType = pItem->meType; in CopyItems()
2346 pItem->meType = VALUESETITEM_IMAGE; in SetItemImage()
[all …]
/aoo4110/main/vcl/source/window/
H A Dtoolbox2.cxx98 meType = TOOLBOXITEM_BUTTON; in ImplToolItem()
122 meType = TOOLBOXITEM_BUTTON; in ImplToolItem()
146 meType = TOOLBOXITEM_BUTTON; in ImplToolItem()
171 meType = TOOLBOXITEM_BUTTON; in ImplToolItem()
205 meType ( rItem.meType ), in ImplToolItem()
245 meType = rItem.meType; in operator =()
264 if ( (meType == TOOLBOXITEM_BUTTON) || (meType == TOOLBOXITEM_SPACE) ) in GetSize()
315 if ( meType != TOOLBOXITEM_BUTTON ) in DetermineButtonDrawStyle()
731 aItem.meType = TOOLBOXITEM_BUTTON; in InsertWindow()
753 aItem.meType = TOOLBOXITEM_SPACE; in InsertSpace()
[all …]
H A Dtoolbox.cxx1991 if ( it->meType == TOOLBOXITEM_BUTTON ) in ImplCalcItem()
2084 else if ( it->meType == TOOLBOXITEM_SPACE ) in ImplCalcItem()
2089 if ( it->meType == TOOLBOXITEM_BUTTON || it->meType == TOOLBOXITEM_SPACE ) in ImplCalcItem()
2094 if( it->meType == TOOLBOXITEM_BUTTON ) in ImplCalcItem()
2184 if ( it->meType == TOOLBOXITEM_BUTTON || it->meType == TOOLBOXITEM_SPACE ) in ImplCalcBreaks()
2223 if ( (it->meType == TOOLBOXITEM_BREAK) || in ImplCalcBreaks()
3470 (pItem->meType == TOOLBOXITEM_SEPARATOR) && in ImplDrawItem()
3502 if ( (pItem->meType != TOOLBOXITEM_BUTTON) || in ImplDrawItem()
4230 if ( it->meType == TOOLBOXITEM_BUTTON ) in MouseMove()
5396 if( it->meType == TOOLBOXITEM_BREAK ) in ImplCountLineBreaks()
[all …]
/aoo4110/main/slideshow/source/inc/
H A Ddoctreenode.hxx84 meType(NODETYPE_INVALID) in DocTreeNode()
106 meType(eType) in DocTreeNode()
117 NodeType getType() const { return meType; } in getType()
123 meType = NODETYPE_INVALID; in reset()
129 NodeType meType; member in slideshow::internal::DocTreeNode
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx152 switch( rEvent.meType ) in implTypedNotify()
186 switch( rEvent.meType ) in implTypedNotify()
550 aEvent.meType = WrappedMouseEvent::PRESSED; in mousePressed()
573 aEvent.meType = WrappedMouseEvent::RELEASED; in mouseReleased()
590 aEvent.meType = WrappedMouseEvent::ENTERED; in mouseEntered()
606 aEvent.meType = WrappedMouseEvent::EXITED; in mouseExited()
623 aEvent.meType = WrappedMouseMotionEvent::DRAGGED; in mouseDragged()
639 aEvent.meType = WrappedMouseMotionEvent::MOVED; in mouseMoved()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx707 if( iStyle->meType != DataRowPointStyle::DATA_SERIES ) in initSeriesPropertySets()
720 if( iStyle->meType == DataRowPointStyle::DATA_SERIES ) in initSeriesPropertySets()
735 if( iStyle->meType != DataRowPointStyle::DATA_SERIES ) in setDefaultsToSeries()
789 if( iStyle->meType == DataRowPointStyle::DATA_SERIES ) in setStylesToSeries()
878 if( iStyle->meType == DataRowPointStyle::REGRESSION || in setStylesToStatisticsObjects()
879 iStyle->meType == DataRowPointStyle::ERROR_INDICATOR || in setStylesToStatisticsObjects()
880 iStyle->meType == DataRowPointStyle::MEAN_VALUE ) in setStylesToStatisticsObjects()
904 switch( iStyle->meType ) in setStylesToStatisticsObjects()
933 … if( iStyle->meType == DataRowPointStyle::REGRESSION && iStyle->m_xEquationProperties.is()) in setStylesToStatisticsObjects()
963 if( iStyle->meType != DataRowPointStyle::DATA_POINT ) in setStylesToDataPoints()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx229 ScCsvCmdType meType; /// The command. member in ScCsvCmd
234 inline explicit ScCsvCmd() : meType( CSVCMD_NONE ), in ScCsvCmd()
239 inline ScCsvCmdType GetType() const { return meType; } in GetType()
246 meType = eType; mnParam1 = nParam1; mnParam2 = nParam2; in Set()
/aoo4110/main/sc/source/ui/view/
H A Dselectionstate.cxx34 meType( SC_SELECTTYPE_NONE ) in ScSelectionState()
41 meType = SC_SELECTTYPE_EDITCELL; in ScSelectionState()
55 meType = SC_SELECTTYPE_SHEET; in ScSelectionState()
/aoo4110/main/svtools/source/graphic/
H A Ddescriptor.cxx63 meType( GRAPHIC_NONE ), in GraphicDescriptor()
118 return( mpGraphic ? ( mpGraphic->GetType() != GRAPHIC_NONE ) : ( meType != GRAPHIC_NONE ) ); in isValid()
132 meType = GRAPHIC_NONE; in implCreate()
176 meType = ( ( graphic::GraphicType::PIXEL == cType ) ? GRAPHIC_BITMAP : GRAPHIC_GDIMETAFILE ); in implCreate()
371 const GraphicType eType( mpGraphic ? mpGraphic->GetType() : meType ); in _getPropertyValues()
/aoo4110/main/filter/source/flash/
H A Dswfwriter2.cxx526 : meType( solid ), in FillStyle()
535 : meType( bClipped ? clipped_bitmap : tiled_bitmap ), in FillStyle()
563 : meType( Impl_getFillStyleType( rGradient ) ), in FillStyle()
573 pTag->addUI8( sal::static_int_cast<sal_uInt8>( meType ) ); in addTo()
574 switch( meType ) in addTo()
/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx344 EventType meType; // The event type member
364 meType( eT ), in SwAccessibleEvent_Impl()
372 meType( eT ), in SwAccessibleEvent_Impl()
376 ASSERT( SwAccessibleEvent_Impl::DISPOSE == meType, in SwAccessibleEvent_Impl()
381 : meType( eT ), in SwAccessibleEvent_Impl()
396 meType( eT ), in SwAccessibleEvent_Impl()
401 SwAccessibleEvent_Impl::POS_CHANGED == meType, in SwAccessibleEvent_Impl()
412 meType( eT ), in SwAccessibleEvent_Impl()
426 meType( eT ), in SwAccessibleEvent_Impl()
436 meType = eT; in SetType()
[all …]
/aoo4110/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx50 CpAndFc aCpAndFc(aCp, aFc, meType); in getCpAndFc()
64 CpAndFc aCpAndFc(aCp, aFc, meType); in getRefCpAndFc()
101 CpAndFc aCpAndFc(aCp, aFc, meType); in getIndexOfCpAndFc()
/aoo4110/main/sw/source/core/text/
H A Dwrong.cxx68 meType (eType), in SwWrongList()
86 SwWrongList* pClone = new SwWrongList( meType ); in Clone()
98 meType = rCopy.meType; in CopyFrom()
664 maList.insert(aIter, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert()
/aoo4110/main/vcl/inc/vcl/
H A Dcmdevt.hxx236 DictationCommandType meType; member in CommandVoiceData
246 DictationCommandType GetType() const { return meType; } in GetType()
251 meType = VOICECOMMANDTYPE_DICTATION; in CommandVoiceData()
260 meType( eType ) in CommandVoiceData()
/aoo4110/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx58 : mId(id), mpValue(pValue), meType(eType) in OOXMLPropertyImpl()
63 : OOXMLProperty(), mId(rSprm.mId), mpValue(rSprm.mpValue), meType(rSprm.meType) in OOXMLPropertyImpl()
175 switch (meType) in resolve()
/aoo4110/main/oox/source/dump/
H A Ddffdumper.cxx209 PropType meType; member
213 maName( rName ), meType( eType ), mnId( nId ), mnSize( nSize ) {} in PropInfo()
289 switch( aIt->meType ) in dumpDffOpt()
/aoo4110/main/sw/source/core/inc/
H A Dwrong.hxx193 WrongListType meType; member in SwWrongList
218 inline WrongListType GetWrongListType() const { return meType; } in GetWrongListType()
267 maList.insert(i, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert()
/aoo4110/main/oox/inc/oox/xls/
H A Dexternallinkbuffer.hxx161 …inline bool isExternal() const { return !isDeleted() && (meType == LINKSHEETRANGE_EXTERNAL… in isExternal()
163 inline bool isSameSheet() const { return meType == LINKSHEETRANGE_SAMESHEET; } in isSameSheet()
179 LinkSheetRangeType meType; /// Link sheet range type. member in oox::xls::LinkSheetRange

Completed in 203 milliseconds

1234