/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsh2.cxx | 106 sal_uInt16 nNewId = rReq.GetSlot(); in ExecDraw() local 108 if ( nNewId == SID_DRAW_CHART ) in ExecDraw() 154 nNewId = SID_OBJECT_SELECT; in ExecDraw() 175 nNewId = SID_DRAW_TEXT; in ExecDraw() 190 else if ( nNewId == nDrawSfxId && ( nNewId != SID_FM_CREATE_CONTROL || in ExecDraw() 207 nNewId = SID_OBJECT_SELECT; in ExecDraw() 239 nDrawSfxId = nNewId; in ExecDraw() 244 if ( nNewId == SID_DRAW_TEXT || nNewId == SID_DRAW_TEXT_VERTICAL || in ExecDraw() 245 nNewId == SID_DRAW_TEXT_MARQUEE || nNewId == SID_DRAW_NOTEEDIT ) in ExecDraw() 269 switch (nNewId) in ExecDraw() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | SwStyleNameMapper.cxx | 483 if ( nNewId != nId ) in getHashTable() 495 if ( nNewId != nId ) in getHashTable() 507 if ( nNewId != nId ) in getHashTable() 519 if ( nNewId != nId ) in getHashTable() 531 if ( nNewId != nId ) in getHashTable() 543 if ( nNewId != nId ) in getHashTable() 557 if ( nNewId != nId ) in getHashTable() 569 if ( nNewId != nId ) in getHashTable() 583 if ( nNewId != nId ) in getHashTable() 597 if ( nNewId != nId ) in getHashTable() [all …]
|
/aoo42x/main/sfx2/source/control/ |
H A D | ctrlitem.cxx | 95 void SfxControllerItem::Bind( sal_uInt16 nNewId, SfxBindings *pBindinx ) in Bind() argument 106 nId = nNewId; in Bind() 114 void SfxControllerItem::BindInternal_Impl( sal_uInt16 nNewId, SfxBindings *pBindinx ) in BindInternal_Impl() argument 125 nId = nNewId; in BindInternal_Impl()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 397 TokenId nNewId; in Convert() local 487 nNewId = aPool.Store( rR ); in Convert() 494 nNewId = aPool.Store( rR ); in Convert() 496 nNewId = aPool.Store( ( sal_uInt16 ) nId ); in Convert() 499 aStack << nNewId; in Convert() 514 nNewId = aPool.Store( aCRD ); in Convert() 522 nNewId = aPool.Store( aCRD ); in Convert() 524 nNewId = aPool.Store( ( sal_uInt16 ) nId ); in Convert() 527 aStack << nNewId; in Convert()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 2004 sal_uInt16 nNewId = GetColumnId(ColCount() -1); in Dispatch() local 2005 bDone = (nNewId != 0) && GoToColumnId( nNewId ); in Dispatch() 2015 sal_uInt16 nNewId = GetColumnId( nNewPos ); in Dispatch() local 2016 if (nNewId != 0) // Am Zeilenende ? in Dispatch() 2017 bDone = GoToColumnId( nNewId ); in Dispatch() 2033 sal_uInt16 nNewId = GetColumnId(1); in Dispatch() local 2034 bDone = (nNewId != 0) && GoToColumnId( nNewId ); in Dispatch() 2044 sal_uInt16 nNewId = GetColumnId( nNewPos ); in Dispatch() local 2045 if (nNewId != 0) in Dispatch() 2046 bDone = GoToColumnId( nNewId ); in Dispatch()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | uiitems.cxx | 131 ScTablesHint::ScTablesHint(sal_uInt16 nNewId, SCTAB nTable1, SCTAB nTable2) : in ScTablesHint() argument 132 nId( nNewId ), in ScTablesHint() 147 ScIndexHint::ScIndexHint(sal_uInt16 nNewId, sal_uInt16 nIdx) : in ScIndexHint() argument 148 nId( nNewId ), in ScIndexHint()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | tokstack.hxx | 237 inline TokenStack& operator <<( const TokenId nNewId ); 268 inline TokenStack &TokenStack::operator <<( const TokenId nNewId ) in operator <<() argument 273 pStack[ nPos ] = nNewId; in operator <<()
|
H A D | lotrange.hxx | 70 inline void LotusRange::SetId( LR_ID nNewId ) in SetId() argument 72 nId = nNewId; in SetId()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | ctrlitem.hxx | 62 void Bind( sal_uInt16 nNewId, SfxBindings * = 0); // in SfxBindings registrieren 87 SAL_DLLPRIVATE void BindInternal_Impl( sal_uInt16 nNewId, SfxBindings* );
|
/aoo42x/main/tools/source/ref/ |
H A D | pstm.cxx | 771 sal_uIntPtr nNewId = aPUIdx.Insert( rpObj ); in ReadObj() local 773 aPTable.Insert( (sal_uIntPtr)rpObj, (void *)nNewId ); in ReadObj() 774 DBG_ASSERT( !(nHdr & P_DBGUTIL) || nId == nNewId, in ReadObj()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdglue.hxx | 81 void SetId(sal_uInt16 nNewId) { nId=nNewId; } in SetId() argument
|
H A D | gallery1.hxx | 88 void SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName );
|
H A D | galtheme.hxx | 160 void SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName );
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | uiitems.hxx | 105 ScTablesHint(sal_uInt16 nNewId, SCTAB nTable1, SCTAB nTable2=0); 139 ScIndexHint(sal_uInt16 nNewId, sal_uInt16 nIdx);
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 765 sal_Int32 nNewId = mpGlobalSyncData->mStructParents.size(); in BeginStructureElement() local 767 mpGlobalSyncData->mCurrentStructElement = nNewId; in BeginStructureElement() 768 return nNewId; in BeginStructureElement()
|
H A D | pdfwriter_impl.cxx | 6942 pMappedGlyphs[i] = nNewId; in registerGlyphs() 6946 rNewGlyphEmit.setGlyphId( nNewId ); in registerGlyphs() 6953 rNewGlyph.m_nSubsetGlyphID = nNewId; in registerGlyphs() 11204 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in beginStructureElement() local 11208 rEle.m_nOwnElement = nNewId; in beginStructureElement() 11212 m_nCurrentStructElement = nNewId; in beginStructureElement() 11247 return nNewId; in beginStructureElement() 11352 sal_Int32 nNewId = sal_Int32(m_aStructure.size()); in addInternalStructureContainer() local 11357 rEleNew.m_nOwnElement = nNewId; in addInternalStructureContainer() 11364 aNewChildren.push_back( nNewId ); in addInternalStructureContainer() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdglev.cxx | 304 sal_uInt16 nNewId=(*pGPL)[nNewIdx].GetId(); // Id des neuen GluePoints ermitteln in ImpCopyMarkedGluePoints() local 305 pPts->Replace(nNewId,nPtNum); // und diesen markieren (anstelle des alten) in ImpCopyMarkedGluePoints()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 130 sal_uInt16 nNewId = pIdentifierItem->GetValue(); in ExecDraw() local 131 if (nNewId == nFormSfxId) in ExecDraw()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 2548 long nNewId = pDoc->GetNewDPObjectCacheId(); in RefreshCache() local 2554 pCache = pSheetDesc->CreateCache( pDoc, nNewId ); in RefreshCache() 2556 pCache = pImpDesc->CreateCache( pDoc, nNewId ); in RefreshCache() 2565 nNewId = pCache->GetId(); in RefreshCache() 2574 (*pDPCollection)[i]->SetCacheId( nNewId ); in RefreshCache()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | gallery1.cxx | 136 void GalleryThemeEntry::SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName ) in SetId() argument 138 nId = nNewId; in SetId()
|
H A D | galtheme.cxx | 1627 void GalleryTheme::SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName ) { pThm->SetId( nNewId, bRes… in SetId() argument
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 384 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont() argument 415 m_aFontMap[ nNewId ] = aNewFont; in parseFont()
|
H A D | pdfioutdev_gpl.hxx | 139 int parseFont( long long nNewId, GfxFont* pFont, GfxState* state ) const;
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | image.hxx | 129 void AddImage( sal_uInt16 nNewId, const Image& rImage );
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1871 …sal_uInt16 nNewId = pGrid->AppendColumn(aName, (sal_uInt16)nWidth, (sal_Int16)::comphelper::getINT… in elementReplaced() local 1872 sal_uInt16 nNewPos = pGrid->GetModelColumnPos(nNewId); in elementReplaced()
|