Home
last modified time | relevance | path

Searched refs:meType (Results 76 – 91 of 91) sorted by path

1234

/trunk/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 Dimpimage.cxx177 switch( meType ) in ~ImplImage()
H A Doutdev2.cxx1458 switch( rImage.mpImplData->meType ) in DrawImage()
1494 switch( rImage.mpImplData->meType ) in DrawImage()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1983 if ( it->meType == TOOLBOXITEM_BUTTON ) in ImplCalcItem()
2076 else if ( it->meType == TOOLBOXITEM_SPACE ) in ImplCalcItem()
2081 if ( it->meType == TOOLBOXITEM_BUTTON || it->meType == TOOLBOXITEM_SPACE ) in ImplCalcItem()
2086 if( it->meType == TOOLBOXITEM_BUTTON ) in ImplCalcItem()
2176 if ( it->meType == TOOLBOXITEM_BUTTON || it->meType == TOOLBOXITEM_SPACE ) in ImplCalcBreaks()
2215 if ( (it->meType == TOOLBOXITEM_BREAK) || in ImplCalcBreaks()
3462 (pItem->meType == TOOLBOXITEM_SEPARATOR) && in ImplDrawItem()
3494 if ( (pItem->meType != TOOLBOXITEM_BUTTON) || in ImplDrawItem()
4222 if ( it->meType == TOOLBOXITEM_BUTTON ) in MouseMove()
5388 if( it->meType == TOOLBOXITEM_BREAK ) in ImplCountLineBreaks()
[all …]
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 …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2773 family::type meType; in matchFamilyName() member
2827 return pHaystack->meType; in matchFamilyName()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx42 meType = DtCDE; in CDEIntegrator()
H A Ddtint.cxx68 meType( DtGeneric ), in DtIntegrator()
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelper.hxx54 PropertyType meType; member in writerfilter::doctok::XNoteHelper
83 mpDocument(pDocument), meType(eType), mCpAndFcOffset(cpAndFcOffset) in XNoteHelper()
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()
/trunk/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()
H A DOOXMLPropertySetImpl.hxx68 Type_t meType; member in writerfilter::ooxml::OOXMLPropertyImpl
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx475 if(aStyle.meType == DataRowPointStyle::DATA_SERIES && in lcl_swapPointAndSeriesStylesForDonutCharts()
529 if(aStyle.meType == DataRowPointStyle::DATA_SERIES ) in lcl_swapPointAndSeriesStylesForDonutCharts()
541 if( aStyle.meType == DataRowPointStyle::DATA_SERIES ) in lcl_swapPointAndSeriesStylesForDonutCharts()
561 if( aStyle.meType == DataRowPointStyle::DATA_POINT ) in lcl_swapPointAndSeriesStylesForDonutCharts()
H A DSchXMLPlotAreaContext.cxx1170 OSL_ASSERT( mrRegressionStyle.meType == DataRowPointStyle::REGRESSION ); in StartElement()
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 …]
H A Dtransporttypes.hxx186 StyleType meType; member
207 meType( eType ), in DataRowPointStyle()

Completed in 117 milliseconds

1234