Home
last modified time | relevance | path

Searched refs:nObjId (Results 1 – 14 of 14) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx484 sal_uInt32 nObjId = pO->GetObjIdentifier(); in SolveSolver() local
485 switch( nObjId ) in SolveSolver()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx464 void setSkipObj( sal_uInt16 nObjId );
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1341 void BiffDrawingBase::setSkipObj( sal_uInt16 nObjId ) in setSkipObj() argument
1346 maSkipObjs.push_back( nObjId ); in setSkipObj()
H A Dworksheetfragment.cxx1008 sal_Int32 nObjId; in importDataValidations() local
1010 rStrm >> nObjId; in importDataValidations()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx703 sal_uInt32 nObjId; in ReadDval() local
705 rStrm >> nObjId; in ReadDval()
706 if( nObjId != EXC_DVAL_NOOBJ ) in ReadDval()
708 DBG_ASSERT( nObjId <= 0xFFFF, "XclImpValidation::ReadDval - invalid object ID" ); in ReadDval()
709 rRoot.GetCurrSheetDrawing().SetSkipObj( static_cast< sal_uInt16 >( nObjId ) ); in ReadDval()
H A Dxiescher.cxx3839 XclImpDrawObjRef XclImpDrawing::FindDrawObj( sal_uInt16 nObjId ) const in FindDrawObj()
3842 XclImpObjMapById::const_iterator aIt = maObjMapId.find( nObjId ); in FindDrawObj()
3862 void XclImpDrawing::SetSkipObj( sal_uInt16 nObjId ) in SetSkipObj() argument
3864 maSkipObjs.push_back( nObjId ); in SetSkipObj()
4097 sal_uInt16 nFlags, nObjId; in ReadNote8() local
4098 rStrm >> aXclPos >> nFlags >> nObjId; in ReadNote8()
4102 if( nObjId != EXC_OBJ_INVALID_ID ) in ReadNote8()
4103 … if( XclImpNoteObj* pNoteObj = dynamic_cast< XclImpNoteObj* >( FindDrawObj( nObjId ).get() ) ) in ReadNote8()
H A Dxlescher.cxx54 XclObjId::XclObjId( SCTAB nScTab, sal_uInt16 nObjId ) : in XclObjId() argument
56 mnObjId( nObjId ) in XclObjId()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx76 sal_uInt16 nObjId; member in XclObj
98 inline void SetId( sal_uInt16 nId ) { nObjId = nId; } in SetId()
H A Dxiescher.hxx1121 XclImpDrawObjRef FindDrawObj( sal_uInt16 nObjId ) const;
1126 void SetSkipObj( sal_uInt16 nObjId );
H A Dxlescher.hxx301 explicit XclObjId( SCTAB nScTab, sal_uInt16 nObjId );
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx156 nObjId(0), in XclObj()
241 *pXclStrm << mnObjType << nObjId << nGrbit; in WriteBody()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx383 const sal_uInt32 nObjId = mpShape->getShapeKind(); in getTypes() local
385 SdTypesCache::iterator aIter( gImplTypesCache.find( nObjId ) ); in getTypes()
393 gImplTypesCache[ nObjId ] = pTypes; in getTypes()
466 sal_uIntPtr nObjId = (sal_uIntPtr)mpShape->getPropertyMapEntries(); in getPropertySetInfo() local
472 SdExtPropertySetInfoCache::iterator aIter( pCache->find( nObjId ) ); in getPropertySetInfo()
479 (*pCache)[ nObjId ] = pInfo; in getPropertySetInfo()
/trunk/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx58 const sal_uInt16 nObjId = pObj->GetObjIdentifier(); in GetContextForSelection_SC() local
60 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
75 if (nObjId == 0) in GetContextForSelection_SC()
78 eContext = GetContextForObjectId_SC(nObjId); in GetContextForSelection_SC()
148 sal_uInt16 nObjId = pObj->GetObjIdentifier(); in GetContextForSelection_SD() local
151 if (nObjId == OBJ_GRUP) in GetContextForSelection_SD()
153 nObjId = GetObjectTypeFromGroup(pObj); in GetContextForSelection_SD()
154 if (nObjId == 0) in GetContextForSelection_SD()
155 nObjId = OBJ_GRUP; in GetContextForSelection_SD()
157 eContext = GetContextForObjectId_SD(nObjId, eViewType); in GetContextForSelection_SD()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx876 sal_uInt32 nObjId = nType; in CreateShapeByTypeAndInventor() local
879 nObjId |= E3D_INVENTOR_FLAG; in CreateShapeByTypeAndInventor()
881 switch(nObjId) in CreateShapeByTypeAndInventor()
886 nObjId = OBJ_CIRC; in CreateShapeByTypeAndInventor()
890 nObjId = E3D_POLYSCENE_ID | E3D_INVENTOR_FLAG; in CreateShapeByTypeAndInventor()
895 nObjId = OBJ_TEXT; in CreateShapeByTypeAndInventor()
899 pRet->setShapeKind(nObjId); in CreateShapeByTypeAndInventor()

Completed in 106 milliseconds