Home
last modified time | relevance | path

Searched refs:mnType (Results 26 – 50 of 105) sorted by relevance

12345

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx212 sal_uInt16 mnType; member in ImpXMLAutoLayoutInfo
225 sal_uInt16 GetLayoutType() const { return mnType; } in GetLayoutType()
249 return ((mnType == rInfo.mnType in operator ==()
254 : mnType(nTyp), in ImpXMLAutoLayoutInfo()
275 if(mnType == 21 /* AUTOLAYOUT_NOTES */) in ImpXMLAutoLayoutInfo()
298 else if(mnType == 27 || mnType == 28) in ImpXMLAutoLayoutInfo()
337 if(mnType == 21 /* AUTOLAYOUT_NOTES */) in ImpXMLAutoLayoutInfo()
344 else if((mnType >= 22 && mnType <= 26) || (mnType == 31)) // AUTOLAYOUT_HANDOUT in ImpXMLAutoLayoutInfo()
363 else if(mnType == 27 || mnType == 28) in ImpXMLAutoLayoutInfo()
386 else if( mnType == 32 ) in ImpXMLAutoLayoutInfo()
/trunk/main/writerfilter/source/ooxml/
H A DHandler.hxx59 sal_Int32 mnType; member in writerfilter::ooxml::OOXMLFooterHandler
71 sal_Int32 mnType; member in writerfilter::ooxml::OOXMLHeaderHandler
105 sal_Int32 mnType, mnClear; member in writerfilter::ooxml::OOXMLBreakHandler
/trunk/main/oox/inc/oox/ole/
H A Dvbamodule.hxx58 inline sal_Int32 getType() const { return mnType; } in getType()
60 inline void setType( sal_Int32 nType ) { mnType = nType; } in setType()
99 sal_Int32 mnType; member in oox::ole::VbaModule
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx57 sal_Int32 mnType; member
58 inline Func_SetType( sal_Int32 nType ) : mnType( nType ) {} in Func_SetType()
59 inline void operator()( ScCsvColState& rState ) { rState.mnType = mnType; } in operator ()()
441 return IsValidColumn( nColIndex ) ? maColStates[ nColIndex ].mnType : CSV_TYPE_NOSELECTION; in GetColumnType()
448 maColStates[ nColIndex ].mnType = nColType; in SetColumnType()
536 rData.mnType = lcl_GetExtColumnType( GetColumnType( nColIx ) ); in FillColumnDataFix()
539 aDataVec[ nCount ].mnType = SC_COL_SKIP; in FillColumnDataFix()
/trunk/main/sw/source/filter/ww8/
H A DWW8FFData.hxx36 sal_uInt8 mnType; // :2 0x3 member in sw::WW8FFData
73 void setType(sal_uInt8 nType) { mnType = nType; } in setType()
74 sal_uInt8 getType() const { return mnType; } in getType()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.hxx109 PropertySubControl( sal_Int32 nType ) : mnType( nType ) {} in PropertySubControl()
124 sal_Int32 getControlType() const { return mnType; } in getControlType()
127 sal_Int32 mnType; member in sd::PropertySubControl
/trunk/main/writerfilter/inc/doctok/
H A DWW8Document.hxx379 eType mnType; member in writerfilter::doctok::SubDocumentId
384 : mnType(nType), mnIndex(nIndex) in SubDocumentId()
388 eType getType() const { return mnType; } in getType()
/trunk/main/oox/source/xls/
H A Dtablebuffer.cxx47 mnType( XML_worksheet ), in TableModel()
68 maModel.mnType = rAttribs.getToken( XML_tableType, XML_worksheet ); in importTable()
83 maModel.mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_TOKEN_INVALID ); in importTable()
H A Drichstring.cxx204 mnType( XML_fullwidthKatakana ), in PhoneticDataModel()
212 mnType = STATIC_ARRAY_SELECT( spnTypeIds, nType, XML_fullwidthKatakana ); in setBiffData()
228 maModel.mnType = rAttribs.getToken( XML_type, XML_fullwidthKatakana ); in importPhoneticPr()
/trunk/main/oox/source/ppt/
H A Dconditioncontext.cxx108 if( maCond.mnType == 0 ) in ~CondContext()
140 maCond.mnType = aElementToken; in createFastChildContext()
146 maCond.mnType = aElementToken; in createFastChildContext()
H A Dpptfilterhelpers.hxx82 sal_Int16 mnType; member
87 …static const sal_Char* find( const sal_Int16 mnType, const sal_Int16 mnSubType, const sal_Bool bDi…
H A Danimationspersist.cxx45 switch(mnType) in convert()
90 switch(mnType) in convert()
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx73 sal_Int32 mnType; member in SbModule
141 sal_Int32 GetModuleType() { return mnType; } in GetModuleType()
142 void SetModuleType( sal_Int32 nType ) { mnType = nType; } in SetModuleType()
/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx64 , mnType( 0 ) in AlgorithmContext()
69 mnType = xAttribs->getOptionalValueToken( XML_type, 0 ); in AlgorithmContext()
74 sal_Int32 mnType; member in oox::drawingml::AlgorithmContext
H A Ddiagram.cxx51 , mnType( 0 ) in Point()
181 if( (*aCnxIter)->mnType != XML_parOf ) in build()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx82 sal_uInt8 mnType; /// External type of the column. member
84 inline ScCsvExpData() : mnIndex( 0 ), mnType( SC_COL_STANDARD ) {} in ScCsvExpData()
86 mnIndex( nIndex ), mnType( nType ) {} in ScCsvExpData()
H A Dcsvgrid.hxx62 sal_Int32 mnType; /// Data type. member
68 mnType( nType ), mnFlags( nFlags ) {} in ScCsvColState()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx802 rStrm >> mnType; in XclImpCachedValue()
803 switch( mnType ) in XclImpCachedValue()
822 XclTools::ErrorToEnum( fVal, mnType == EXC_CACHEDVAL_ERROR, mnBoolErr ) ); in XclImpCachedValue()
838 return (mnType == EXC_CACHEDVAL_ERROR) ? XclTools::GetScErrorCode( mnBoolErr ) : 0; in GetScError()
H A Dxecontent.cxx601 sal_uInt8 mnType; /// Type of the condition (cell/formula). member in XclExpCFImpl
620 mnType( EXC_CF_TYPE_CELL ), in XclExpCFImpl()
671 case SC_COND_NONE: mnType = EXC_CF_TYPE_NONE; break; in XclExpCFImpl()
680 case SC_COND_DIRECT: mnType = EXC_CF_TYPE_FMLA; break; in XclExpCFImpl()
681 default: mnType = EXC_CF_TYPE_NONE; in XclExpCFImpl()
703 rStrm << mnType << mnOperator; in WriteBody()
/trunk/main/vcl/inc/vcl/
H A Dfixbrd.hxx49 sal_uInt16 mnType; member in FixedBorder
75 sal_uInt16 GetBorderType() const { return mnType; } in GetBorderType()
/trunk/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx84 sal_Int32 mnType; /// Data source type. member
136 inline sal_Int32 getConnectionType() const { return maModel.mnType; } in getConnectionType()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx129 if( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
157 if ( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
158 rMod.mnType = com::sun::star::script::ModuleType::NORMAL; in Save()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx52 nType( rMapEntry.mnType ), in XMLPropertySetMapperEntry_Impl()
55 pHdl( rFactory->GetPropertyHandler( rMapEntry.mnType & MID_FLAG_MASK ) ) in XMLPropertySetMapperEntry_Impl()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx59 …) : ScVbaAxis_BASE( xParent, xContext ), mxPropertySet( _xPropertySet ), mnType( _nType ), mnGroup… in ScVbaAxis()
223 mnType = _nType; in setType()
229 return mnType; in getType()
/trunk/main/vcl/inc/aqua/
H A Dsalinst.h81 sal_uInt16 mnType; member
84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()

Completed in 127 milliseconds

12345