/aoo42x/main/framework/qa/complex/framework/autosave/ |
H A D | Protocol.java | 195 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 D | galleryitem.cxx | 38 : 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 D | FieldDescriptions.cxx | 76 ,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 D | bmkmenu.cxx | 128 ,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 D | docprophandler.cxx | 45 , 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 D | docprophandler.hxx | 53 sal_Int32 m_nType; member in oox::docprop::OOXMLDocPropHandler
|
/aoo42x/main/basctl/source/inc/ |
H A D | sbxitem.hxx | 43 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 D | uiconfigelementwrapperbase.cxx | 115 , 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 D | uielementwrapperbase.cxx | 96 , 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 D | bastypes.cxx | 893 ,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 D | GraphicHelpers.cxx | 193 m_nType( 0 ), in WrapHandler() 207 m_nType = sal_Int32( rVal.getInt( ) ); in lcl_attribute() 224 switch ( m_nType ) in getWrapMode()
|
H A D | TblStylePrHandler.hxx | 62 TblStyleType m_nType; member in writerfilter::dmapper::TblStylePrHandler 74 inline TblStyleType getType() { return m_nType; }; in getType()
|
H A D | TblStylePrHandler.cxx | 39 m_nType( TBL_STYLE_UNKNOWN ), in TblStylePrHandler() 64 m_nType = TblStyleType( rVal.getInt( ) ); in lcl_attribute()
|
H A D | GraphicHelpers.hxx | 58 sal_Int32 m_nType; member in writerfilter::dmapper::WrapHandler
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 119 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 D | galleryitem.hxx | 47 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 D | definitioncolumn.cxx | 77 …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 D | fmobj.cxx | 73 ,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 D | definitioncolumn.hxx | 63 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 D | RptObject.cxx | 967 ,m_nType(_nType) in OOle2Obj() 979 ,m_nType(_nType) in OOle2Obj() 993 return m_nType; in GetObjIdentifier()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 54 …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 D | bmkmenu.hxx | 65 BmkMenu::BmkMenuType m_nType; member in framework::BmkMenu
|
/aoo42x/main/svx/source/inc/ |
H A D | fmobj.hxx | 51 sal_Int32 m_nType; member in FmFormObj
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescriptions.hxx | 66 sal_Int32 m_nType; // only used when m_pType is null member in dbaui::OFieldDescription
|
/aoo42x/main/framework/inc/helper/ |
H A D | uielementwrapperbase.hxx | 122 sal_Int16 m_nType; member in framework::UIElementWrapperBase
|