Home
last modified time | relevance | path

Searched refs:mnObjType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx519 …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()
530 if( mnObjType == EXC_OBJTYPE_UNKNOWN ) in XclExpTbxControlObj()
595 … pTxo->SetHorAlign( (mnObjType == EXC_OBJTYPE_BUTTON) ? EXC_OBJ_HOR_CENTER : EXC_OBJ_HOR_LEFT ); in XclExpTbxControlObj()
674 mnObjType = EXC_OBJTYPE_DROPDOWN; in XclExpTbxControlObj()
697 mnObjType = EXC_OBJTYPE_LISTBOX; in XclExpTbxControlObj()
755 switch( mnObjType ) in WriteSubRecs()
803 if( mnObjType == EXC_OBJTYPE_LISTBOX ) in WriteSubRecs()
835 if( mnObjType == EXC_OBJTYPE_LISTBOX ) in WriteSubRecs()
[all …]
H A Dxiescher.cxx194 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()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx155 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()
241 *pXclStrm << mnObjType << nObjId << nGrbit; in WriteBody()
682 if( mnObjType == EXC_OBJTYPE_GROUP ) in WriteSubRecs()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx75 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 Dxiescher.hxx89 inline sal_uInt16 GetObjType() const { return mnObjType; } in GetObjType()
185 sal_uInt16 mnObjType; /// The Excel object type from OBJ record. member in XclImpDrawObjBase
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx398 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 Ddrawingmanager.cxx313 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()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx174 inline sal_uInt16 getObjType() const { return mnObjType; } in getObjType()
241 sal_uInt16 mnObjType; /// The object type from OBJ record. member in oox::xls::BiffDrawingObjectBase
/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx138 sal_Int32 mnObjType; /// Type of the shape. member
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx169 mnObjType( XML_TOKEN_INVALID ), in ClientData()
H A Dvmlshapecontext.cxx177 mrClientData.mnObjType = rAttribs.getToken( XML_ObjectType, XML_TOKEN_INVALID ); in ClientDataContext()

Completed in 90 milliseconds