/trunk/main/sfx2/source/appl/ |
H A D | lnkbase2.cxx | 141 nObjType(OBJECT_CLIENT_SO), in SvBaseLink() 163 nObjType(OBJECT_CLIENT_SO), in SvBaseLink() 189 nObjType(nObjectType), in SvBaseLink() 236 switch( nObjType ) in ~SvBaseLink() 283 nObjType = nObjTypeP; in SetObjType() 318 nObjType == OBJECT_CLIENT_GRF, in SetObj() 390 if( OBJECT_CLIENT_SO & nObjType ) in Update() 456 nObjType = OBJECT_INTERN; in _GetRealObject() 482 if( OBJECT_CLIENT_SO & nObjType ) in GetContentType() 491 if( OBJECT_CLIENT_SO & nObjType ) in SetContentType() [all …]
|
H A D | linkmgr2.cxx | 177 sal_uInt16 nObjType, in InsertLink() argument 182 pLink->SetObjType( nObjType ); in InsertLink() 250 sal_uInt16 nObjType = pLink->GetObjType(); in GetDisplayNames() local 252 ( OBJECT_CLIENT_FILE == nObjType || OBJECT_CLIENT_OLE == nObjType ) in GetDisplayNames()
|
/trunk/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 337 sal_uInt16 nObjType; in importObjBiff3() local 339 rStrm >> nObjType; in importObjBiff3() 340 switch( nObjType ) in importObjBiff3() 371 sal_uInt16 nObjType; in importObjBiff4() local 373 rStrm >> nObjType; in importObjBiff4() 374 switch( nObjType ) in importObjBiff4() 406 sal_uInt16 nObjType; in importObjBiff5() local 408 rStrm >> nObjType; in importObjBiff5() 409 switch( nObjType ) in importObjBiff5() 451 sal_uInt16 nSubRecId, nSubRecSize, nObjType; in importObjBiff8() local [all …]
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 223 sal_uInt16 nObjType = pObj->GetObjIdentifier(); in StartShape() local 225 if( nObjType == OBJ_OLE2 ) in StartShape() 249 else if( nObjType == OBJ_UNO ) in StartShape() 327 sal_uInt16 nObjType = pObj->GetObjIdentifier(); in StartShape() local 328 if( nObjType == OBJ_UNO && pCurrXclObj ) in StartShape()
|
H A D | xcl97rec.cxx | 150 XclObj::XclObj( XclExpObjectManager& rObjMgr, sal_uInt16 nObjType, bool bOwnEscher ) : in XclObj() argument 155 mnObjType( nObjType ), in XclObj()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 223 sal_uInt16 nObjType; in ReadObj3() local 225 rStrm >> nObjType; in ReadObj3() 226 switch( nObjType ) in ReadObj3() 254 sal_uInt16 nObjType; in ReadObj4() local 256 rStrm >> nObjType; in ReadObj4() 257 switch( nObjType ) in ReadObj4() 286 sal_uInt16 nObjType; in ReadObj5() local 288 rStrm >> nObjType; in ReadObj5() 289 switch( nObjType ) in ReadObj5() 328 sal_uInt16 nSubRecId, nSubRecSize, nObjType; in ReadObj8() local [all …]
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | drawsh2.cxx | 235 sal_uInt16 nObjType = pObj->GetObjIdentifier(); in GetDrawFuncState() local 236 if ( nObjType == OBJ_OLE2 ) in GetDrawFuncState() 244 else if ( nObjType == OBJ_CAPTION ) in GetDrawFuncState()
|
H A D | drawsh5.cxx | 531 const sal_uInt16 nObjType(pSelected->GetObjIdentifier()); in ExecDrawFunc() local 533 if(OBJ_GRAF == nObjType && 0L == aName.Len()) in ExecDrawFunc() 548 if(OBJ_OLE2 == nObjType) in ExecDrawFunc()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | lnkbase.hxx | 84 sal_uInt16 nObjType; member in sfx2::SvBaseLink 128 sal_uInt16 GetObjType() const { return nObjType; } in GetObjType()
|
H A D | linkmgr.hxx | 64 sal_Bool InsertLink( SvBaseLink* pLink, sal_uInt16 nObjType, sal_uInt16 nUpdateType,
|
/trunk/main/oox/source/dump/ |
H A D | biffdumper.cxx | 3796 sal_uInt16 nObjType = dumpDec< sal_uInt16 >( "obj-type", "OBJ-TYPE" ); in dumpObjRecBiff3() local 3803 switch( nObjType ) in dumpObjRecBiff3() 3859 sal_uInt16 nObjType = dumpDec< sal_uInt16 >( "obj-type", "OBJ-TYPE" ); in dumpObjRecBiff4() local 3866 switch( nObjType ) in dumpObjRecBiff4() 3931 sal_uInt16 nObjType = dumpDec< sal_uInt16 >( "obj-type", "OBJ-TYPE" ); in dumpObjRecBiff5() local 3940 switch( nObjType ) in dumpObjRecBiff5() 4102 sal_uInt16 nObjType = 0xFFFF; in dumpObjRecBiff8() local 4193 if( nObjType == BIFF_OBJTYPE_DROPDOWN ) in dumpObjRecBiff8() 4206 nObjType = dumpDec< sal_uInt16 >( "type", "OBJ-TYPE" ); in dumpObjRecBiff8()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xcl97rec.hxx | 84 …explicit XclObj( XclExpObjectManager& rObjMgr, sal_uInt16 nObjType, bool bOwnEs…
|