Home
last modified time | relevance | path

Searched refs:nObjType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx141 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 Dlinkmgr2.cxx177 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 Ddrawingmanager.cxx337 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 Dxcl97esc.cxx223 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 Dxcl97rec.cxx150 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 Dxiescher.cxx223 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 Ddrawsh2.cxx235 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 Ddrawsh5.cxx531 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 Dlnkbase.hxx84 sal_uInt16 nObjType; member in sfx2::SvBaseLink
128 sal_uInt16 GetObjType() const { return nObjType; } in GetObjType()
H A Dlinkmgr.hxx64 sal_Bool InsertLink( SvBaseLink* pLink, sal_uInt16 nObjType, sal_uInt16 nUpdateType,
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx3796 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 Dxcl97rec.hxx84 …explicit XclObj( XclExpObjectManager& rObjMgr, sal_uInt16 nObjType, bool bOwnEs…

Completed in 275 milliseconds