Searched refs:mnObjType (Results 1 – 11 of 11) sorted by relevance
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xeescher.cxx | 519 …case FormCompType::COMMANDBUTTON: mnObjType = EXC_OBJTYPE_BUTTON; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 520 …case FormCompType::RADIOBUTTON: mnObjType = EXC_OBJTYPE_OPTIONBUTTON; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 521 …case FormCompType::CHECKBOX: mnObjType = EXC_OBJTYPE_CHECKBOX; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 522 …case FormCompType::LISTBOX: mnObjType = EXC_OBJTYPE_LISTBOX; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 523 …case FormCompType::COMBOBOX: mnObjType = EXC_OBJTYPE_DROPDOWN; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 524 …case FormCompType::GROUPBOX: mnObjType = EXC_OBJTYPE_GROUPBOX; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 525 …case FormCompType::FIXEDTEXT: mnObjType = EXC_OBJTYPE_LABEL; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 526 …case FormCompType::SCROLLBAR: mnObjType = EXC_OBJTYPE_SCROLLBAR; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 527 …case FormCompType::SPINBUTTON: mnObjType = EXC_OBJTYPE_SPIN; meEventType = EXC_TBX_EV… in XclExpTbxControlObj() 530 if( mnObjType == EXC_OBJTYPE_UNKNOWN ) in XclExpTbxControlObj() [all …]
|
| H A D | xiescher.cxx | 194 mnObjType( EXC_OBJTYPE_UNKNOWN ), in XclImpDrawObjBase() 477 ( (mnObjType < 25 && mnObjType > 10) || mnObjType == 7 || mnObjType == 8 ) ) in CreateSdrObject() 488 if( mnObjType == 7 || (mnObjType < 25 && mnObjType > 10) )//TBX in CreateSdrObject() 501 if( mnObjType == 8 )//OCX in CreateSdrObject() 847 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in ImplReadObj3() 862 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in ImplReadObj4() 878 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in ImplReadObj5() 911 rStrm >> mnObjType >> mnObjId >> nObjFlags; in ImplReadObj8()
|
| /AOO42X/main/sc/source/filter/xcl97/ |
| H A D | xcl97rec.cxx | 155 mnObjType( nObjType ), in XclObj() 195 mnObjType = EXC_OBJTYPE_LINE; in SetEscherShapeType() 199 mnObjType = EXC_OBJTYPE_RECTANGLE; in SetEscherShapeType() 202 mnObjType = EXC_OBJTYPE_OVAL; in SetEscherShapeType() 205 mnObjType = EXC_OBJTYPE_ARC; in SetEscherShapeType() 208 mnObjType = EXC_OBJTYPE_TEXT; in SetEscherShapeType() 211 mnObjType = EXC_OBJTYPE_PICTURE; in SetEscherShapeType() 214 mnObjType = EXC_OBJTYPE_DRAWING; in SetEscherShapeType() 233 DBG_ASSERT( mnObjType != EXC_OBJTYPE_UNKNOWN, "XclObj::WriteBody - unknown type" ); in WriteBody() 241 *pXclStrm << mnObjType << nObjId << nGrbit; in WriteBody() [all …]
|
| /AOO42X/main/sc/source/filter/inc/ |
| H A D | xcl97rec.hxx | 75 sal_uInt16 mnObjType; member in XclObj 96 inline sal_uInt16 GetObjType() const { return mnObjType; } in GetObjType() 111 inline void SetEscherShapeTypeGroup() { mnObjType = EXC_OBJTYPE_GROUP; } in SetEscherShapeTypeGroup()
|
| H A D | xiescher.hxx | 89 inline sal_uInt16 GetObjType() const { return mnObjType; } in GetObjType() 185 sal_uInt16 mnObjType; /// The Excel object type from OBJ record. member in XclImpDrawObjBase
|
| /AOO42X/main/oox/source/xls/ |
| H A D | drawingfragment.cxx | 398 return !pClientData || (pClientData->mnObjType != XML_Note); in isShapeSupported() 405 switch( pClientData->mnObjType ) in getShapeBaseName() 446 switch( pClientData->mnObjType ) in createAndInsertClientXShape() 600 … VmlControlMacroAttacher( aMacroName, xFormIC, nCtrlIndex, pClientData->mnObjType, pClientData->mn… in createAndInsertClientXShape()
|
| H A D | drawingmanager.cxx | 313 mnObjType( BIFF_OBJTYPE_UNKNOWN ), in BiffDrawingObjectBase() 821 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in importObjBiff3() 836 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in importObjBiff4() 852 rStrm >> mnObjType >> mnObjId >> nObjFlags >> maAnchor >> nMacroSize; in importObjBiff5() 885 rStrm >> mnObjType >> mnObjId >> nObjFlags; in importObjBiff8()
|
| /AOO42X/main/oox/inc/oox/xls/ |
| H A D | drawingmanager.hxx | 174 inline sal_uInt16 getObjType() const { return mnObjType; } in getObjType() 241 sal_uInt16 mnObjType; /// The object type from OBJ record. member in oox::xls::BiffDrawingObjectBase
|
| /AOO42X/main/oox/inc/oox/vml/ |
| H A D | vmlshape.hxx | 138 sal_Int32 mnObjType; /// Type of the shape. member
|
| /AOO42X/main/oox/source/vml/ |
| H A D | vmlshape.cxx | 169 mnObjType( XML_TOKEN_INVALID ), in ClientData()
|
| H A D | vmlshapecontext.cxx | 177 mrClientData.mnObjType = rAttribs.getToken( XML_ObjectType, XML_TOKEN_INVALID ); in ClientDataContext()
|