Home
last modified time | relevance | path

Searched refs:m_nType (Results 1 – 25 of 29) sorted by relevance

12

/aoo42x/main/framework/qa/complex/framework/autosave/
H A DProtocol.java195 private int m_nType; field in Protocol.ProtocolLine
210 m_nType = nType ; in ProtocolLine()
245 if ((m_nType & TYPE_OK) == TYPE_OK) in toString()
248 if ((m_nType & TYPE_ERROR) == TYPE_ERROR) in toString()
254 if ((m_nType & TYPE_WARNING) == TYPE_WARNING) in toString()
260 if ((m_nType & TYPE_INFO) == TYPE_INFO) in toString()
266 if ((m_nType & TYPE_LINK) == TYPE_LINK) in toString()
325 if ((m_nType & TYPE_ERROR) == TYPE_ERROR) in toHTML()
343 if ((m_nType & TYPE_OK) == TYPE_OK) in toHTML()
349 if ((m_nType & TYPE_INFO) == TYPE_INFO) in toHTML()
[all …]
/aoo42x/main/svx/source/items/
H A Dgalleryitem.cxx38 : m_nType( css::gallery::GalleryItemType::EMPTY ) in SvxGalleryItem()
46 , m_nType( rItem.m_nType ) in SvxGalleryItem()
58 , m_nType( css::gallery::GalleryItemType::EMPTY ) in SvxGalleryItem()
74 aSeq[0].Value <<= m_nType; in QueryValue()
147 m_nType = nType; in PutValue()
163 int bRet = m_nType == rItem.m_nType && in operator ==()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx76 ,m_nType(DataType::VARCHAR) in DBG_NAME()
102 ,m_nType(rDescr.m_nType) in OFieldDescription()
124 ,m_nType(DataType::VARCHAR) in OFieldDescription()
375 m_nType = m_pType->nType; in SetType()
392 m_nType = _nType; in SetTypeValue()
550 return m_pType.get() ? m_pType->nType : m_nType; in GetType()
/aoo42x/main/framework/source/fwe/classes/
H A Dbmkmenu.cxx128 ,m_nType( nType ) in BmkMenu()
136 ,m_nType( nType ) in BmkMenu()
158 if ( m_nType == BmkMenu::BMK_NEWMENU ) in Initialize()
160 else if ( m_nType == BmkMenu::BMK_WIZARDMENU ) in Initialize()
/aoo42x/main/oox/source/docprop/
H A Ddocprophandler.cxx45 , m_nType( 0 ) in OOXMLDocPropHandler()
63 m_nType = 0; in InitNew()
319 m_nType = nElement; in startFastElement()
364 m_nType = 0; in endFastElement()
397 if ( (m_nInBlock == 2) || ((m_nInBlock == 3) && m_nType) ) in characters()
606 switch( m_nType ) in characters()
H A Ddocprophandler.hxx53 sal_Int32 m_nType; member in oox::docprop::OOXMLDocPropHandler
/aoo42x/main/basctl/source/inc/
H A Dsbxitem.hxx43 sal_uInt16 m_nType; member in SbxItem
67 sal_uInt16 GetType() const { return m_nType; } in GetType()
68 void SetType( sal_uInt16 nType ) { m_nType = nType; } in SetType()
/aoo42x/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx115 , m_nType ( nType ) in DEFINE_XINTERFACE_10()
268 com::sun::star::uno::makeAny(m_nType), in convertFastPropertyValue()
369 aValue >>= m_nType; in setFastPropertyValue_NoBroadcast()
408 aValue <<= m_nType; in getFastPropertyValue()
564 return m_nType; in getType()
H A Duielementwrapperbase.cxx96 , m_nType ( nType ) in DEFINE_XINTERFACE_8()
164 return m_nType; in getType()
198 aValue <<= m_nType; in getFastPropertyValue()
/aoo42x/main/basctl/source/basicide/
H A Dbastypes.cxx893 ,m_nType(nType) in SbxItem()
903 ,m_nType(nType) in SbxItem()
914 m_nType = rCopy.m_nType; in SbxItem()
924 && ( m_nType == ((const SbxItem&)rCmp).m_nType ) ); in operator ==()
/aoo42x/main/writerfilter/source/dmapper/
H A DGraphicHelpers.cxx193 m_nType( 0 ), in WrapHandler()
207 m_nType = sal_Int32( rVal.getInt( ) ); in lcl_attribute()
224 switch ( m_nType ) in getWrapMode()
H A DTblStylePrHandler.hxx62 TblStyleType m_nType; member in writerfilter::dmapper::TblStylePrHandler
74 inline TblStyleType getType() { return m_nType; }; in getType()
H A DTblStylePrHandler.cxx39 m_nType( TBL_STYLE_UNKNOWN ), in TblStylePrHandler()
64 m_nType = TblStyleType( rVal.getInt( ) ); in lcl_attribute()
H A DGraphicHelpers.hxx58 sal_Int32 m_nType; member in writerfilter::dmapper::WrapHandler
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx119 sal_Int32 m_nType; member in dbaui::OSaveAsDlgImpl
155 ,m_nType(_rType) in OSaveAsDlgImpl()
191 ,m_nType(CommandType::COMMAND) in OSaveAsDlgImpl()
380 if ( m_pImpl->m_nType == CommandType::TABLE ) in IMPL_LINK()
/aoo42x/main/svx/inc/svx/
H A Dgalleryitem.hxx47 sal_Int8 m_nType; member in SvxGalleryItem
62 sal_Int8 GetType() const { return m_nType; } in GetType()
/aoo42x/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx77 …sterProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, ::getCppuType( &m_nType ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
205 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_TYPE ) >>= m_nType ); in OQueryColumn()
/aoo42x/main/svx/source/form/
H A Dfmobj.cxx73 ,m_nType ( _nType ) in FmFormObj()
87 ,m_nType ( _nType ) in FmFormObj()
709 return m_nType; in getType()
/aoo42x/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx63 sal_Int32 m_nType; member in dbaccess::OTableColumnDescriptor
76 ,m_nType( ::com::sun::star::sdbc::DataType::SQLNULL ) in OTableColumnDescriptor()
/aoo42x/main/reportdesign/source/core/sdr/
H A DRptObject.cxx967 ,m_nType(_nType) in OOle2Obj()
979 ,m_nType(_nType) in OOle2Obj()
993 return m_nType; in GetObjIdentifier()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx54 …ape_BASE( xParent, xContext ), m_xShape( xShape ), m_xShapes( xShapes ), m_nType( nType ), m_xMode… in ScVbaShape()
264 return m_nType; in getType()
/aoo42x/main/framework/inc/framework/
H A Dbmkmenu.hxx65 BmkMenu::BmkMenuType m_nType; member in framework::BmkMenu
/aoo42x/main/svx/source/inc/
H A Dfmobj.hxx51 sal_Int32 m_nType; member in FmFormObj
/aoo42x/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx66 sal_Int32 m_nType; // only used when m_pType is null member in dbaui::OFieldDescription
/aoo42x/main/framework/inc/helper/
H A Duielementwrapperbase.hxx122 sal_Int16 m_nType; member in framework::UIElementWrapperBase

Completed in 90 milliseconds

12