Home
last modified time | relevance | path

Searched refs:nId (Results 226 – 250 of 1213) sorted by relevance

12345678910>>...49

/trunk/main/svl/inc/svl/
H A Ditempool.hxx267 static int IsWhich(sal_uInt16 nId) { in IsWhich() argument
268 return nId && nId <= SFX_WHICH_MAX; } in IsWhich()
269 static int IsSlot(sal_uInt16 nId) { in IsSlot() argument
270 return nId && nId > SFX_WHICH_MAX; } in IsSlot()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx174 SAL_DLLPRIVATE Menu* ImplFindMenu( sal_uInt16 nId );
433 void SelectEntry( sal_uInt16 nId );
456 sal_uInt16 nId; // Id of the button member
470 void SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link& );
474 Rectangle GetMenuBarButtonRectPixel( sal_uInt16 nId );
475 void RemoveMenuBarButton( sal_uInt16 nId );
520 void SelectEntry( sal_uInt16 nId );
521 void SetSelectedEntry( sal_uInt16 nId ); // for use by native submenu only
/trunk/main/sw/inc/
H A Dpagedesc.hxx219 void SetPoolFmtId( sal_uInt16 nId ) { aMaster.SetPoolFmtId( nId ); } in SetPoolFmtId() argument
221 void SetPoolHelpId( sal_uInt16 nId ) { aMaster.SetPoolHelpId( nId ); } in SetPoolHelpId() argument
223 void SetPoolHlpFileId( sal_uInt8 nId ) { aMaster.SetPoolHlpFileId( nId ); } in SetPoolHlpFileId() argument
H A Dpoolfmt.hxx95 inline sal_Bool IsPoolUserFmt( sal_uInt16 nId ) in IsPoolUserFmt() argument
98 (nId & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID)) in IsPoolUserFmt()
422 sal_uInt16 GetPoolParent( sal_uInt16 nId );
426 inline sal_Bool IsConditionalByPoolId(sal_uInt16 nId) in IsConditionalByPoolId() argument
428 return RES_POOLCOLL_TEXT == nId; in IsConditionalByPoolId()
/trunk/main/sfx2/source/inc/
H A Dvirtmenu.hxx54 sal_uInt16 nId; member in SfxVirtualMenu
105 SfxVirtualMenu* GetPopupMenu( sal_uInt16 nId ) const;
106 String GetItemText( sal_uInt16 nId ) const;
107 String GetItemHelpText( sal_uInt16 nId ) const;
115 void SetPopupMenu( sal_uInt16 nId, PopupMenu *pMenu );
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1202 if ( nId == MN_IGNORE ) in ExecuteSpellPopup()
1212 else if ( ( nId == MN_WORDLANGUAGE ) || ( nId == MN_PARALANGUAGE ) ) in ExecuteSpellPopup()
1224 if ( nId == MN_PARALANGUAGE ) in ExecuteSpellPopup()
1241 else if ( nId == MN_SPELLING ) in ExecuteSpellPopup()
1259 else if ( nId >= MN_DICTSTART ) in ExecuteSpellPopup()
1261 String aDicName ( pInsertMenu->GetItemText(nId) ); in ExecuteSpellPopup()
1285 else if ( nId >= MN_AUTOSTART ) in ExecuteSpellPopup()
1288 String aWord = pAlt[nId - MN_AUTOSTART]; in ExecuteSpellPopup()
1294 else if ( nId >= MN_ALTSTART ) // Replace in ExecuteSpellPopup()
1296 DBG_ASSERT(nId - MN_ALTSTART < aAlt.getLength(), "index out of range"); in ExecuteSpellPopup()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx776 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify() local
777 if ( nId == SFX_HINT_DYING ) in Notify()
1093 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify() local
1094 if ( nId == SFX_HINT_DYING ) in Notify()
1367 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify() local
1368 if ( nId == SFX_HINT_DYING ) in Notify()
1460 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify() local
1461 if ( nId == SFX_HINT_DYING ) in Notify()
1604 if ( nId == SFX_HINT_DYING ) in Notify()
1721 if ( nId == SFX_HINT_DYING ) in Notify()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx518 sal_uInt16 Ww1Sprm::GetSize(sal_uInt8 nId, sal_uInt8* pSprm) in GetSize() argument
522 nL = GetTab(nId).Size(pSprm); in GetSize()
524 nCurrent = nId; in GetSize()
533 nId = SVBT8ToByte(pSprm); in Fill()
535 nL = GetTab(nId).Size(pSprm); in Fill()
1115 sal_Bool Ww1Pap::FindSprm(sal_uInt16 nId, sal_uInt8* pStart, sal_uInt8* pEnd) in FindSprm() argument
1125 if( nI == nId ) in FindSprm()
1131 sal_Bool Ww1Pap::HasId0(sal_uInt16 nId) in HasId0() argument
1145 bRet = FindSprm( nId, p2, pByte + n ); in HasId0()
1150 sal_Bool Ww1Pap::HasId(sal_uInt16 nId) in HasId() argument
[all …]
/trunk/main/rsc/source/res/
H A Drscclass.cxx52 RscClass::RscClass( Atom nId, sal_uInt32 nTypeId, RscTop * pSuperCl ) in RscClass() argument
53 : RscTop( nId, nTypeId, pSuperCl ) in RscClass()
1098 RscSysDepend::RscSysDepend( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscSysDepend() argument
1099 : RscClass( nId, nTypeId, pSuper ) in RscSysDepend()
1112 sal_uInt32 nId = 0xFFFFFFFF; in WriteSysDependRc() local
1129 nId = pTC->PutSysName( rInst.pClass->GetTypId(), in WriteSysDependRc()
1133 rMem.Put( nId ); in WriteSysDependRc()
1168 RscFirstSysDepend::RscFirstSysDepend( Atom nId, sal_uInt32 nTypeId, in RscFirstSysDepend() argument
1170 : RscSysDepend( nId, nTypeId, pSuper ) in RscFirstSysDepend()
1195 RscTupel::RscTupel( Atom nId, sal_uInt32 nTypeId, RscTop * pSuper ) in RscTupel() argument
[all …]
H A Drscflag.cxx46 RscFlag::RscFlag( Atom nId, sal_uInt32 nTypeId ) in RscFlag() argument
47 : RscConst( nId, nTypeId ) in RscFlag()
357 fprintf( fOutput, "%s", pHS->getString( pVarArray[ i ].nId ).getStr() ); in WriteSrc()
360 fprintf( fOutput, "%s", pHS->getString( pVarArray[ i ].nId ).getStr() ); in WriteSrc()
409 RscClient::RscClient( Atom nId, sal_uInt32 nTypeId, RscFlag * pClass, in RscClient() argument
411 : RscTop ( nId, nTypeId ) in RscClient()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx280 RscTop * RscTypCont::SearchType( Atom nId ) in SearchType() argument
286 if( nId == InvalidAtom ) in SearchType()
290 else if( a.GetId() == nId ) \ in SearchType()
293 if( aBool.GetId() == nId ) in SearchType()
318 if( pEle->GetId() == nId ) in SearchType()
393 sal_uInt32 nConst, sal_uInt32 nId, sal_Bool bFirst ) in PutSysName() argument
406 && pSysEntry->nRefId == nId ) in PutSysName()
417 pSysEntry->nRefId = nId; in PutSysName()
641 sal_uInt32 nId = rMem.GetLong( 0 ); in IMPL_LINK_INLINE_END() local
645 pTypCont->PutTranslatorKey( (sal_uInt64(nRT) << 32) + sal_uInt64(nId) ); in IMPL_LINK_INLINE_END()
/trunk/main/chart2/source/controller/main/
H A DShapeToolbarController.cxx202 sal_uInt16 nId = rTb.GetItemId( i ); in statusChanged() local
203 if ( nId == 0 ) in statusChanged()
207 ::rtl::OUString aCmd = rTb.GetItemCommand( nId ); in statusChanged()
210 rTb.EnableItem( nId, Event.IsEnabled ); in statusChanged()
213 rTb.CheckItem( nId, bCheckmark ); in statusChanged()
220 rTb.SetItemText( nId, aItemText ); in statusChanged()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx423 sal_uInt16 nId = IMG_WRITERTEMPLATE; in GetImageId_Impl() local
428 nId = IMG_CALCTEMPLATE; in GetImageId_Impl()
430 nId = IMG_DRAWTEMPLATE; in GetImageId_Impl()
433 nId = IMG_IMPRESSTEMPLATE; in GetImageId_Impl()
435 nId = IMG_MATHTEMPLATE; in GetImageId_Impl()
438 return nId; in GetImageId_Impl()
454 sal_uInt16 nId = 0; in GetDescriptionId_Impl() local
461 nId = ExtensionMap_Impl[ nIndex ]._nStrId; in GetDescriptionId_Impl()
466 return nId; in GetDescriptionId_Impl()
H A Dtransfer2.cxx377 SotFormatStringId nId; member
439 if( nFmtId == rEntry.nId ) in GetData()
506 aEntry.nId = nFormatId; in CopyAnyData()
579 aEntry.nId = nFmt; in CopyString()
583 AddFormat( aEntry.nId ); in CopyString()
600 aEntry.nId = nFmt; in CopyAny()
603 AddFormat( aEntry.nId ); in CopyAny()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx261 const sal_uInt16 nId = SvxFontWorkChildWindow::GetChildWindowId(); in StateFontWork() local
262 rSet.Put(SfxBoolItem(SID_FONTWORK, GetView().GetViewFrame()->HasChildWindow(nId))); in StateFontWork()
317 const sal_uInt16 nId = SvxFontWorkChildWindow::GetChildWindowId(); in GetFormTextState() local
320 if ( pVFrame->HasChildWindow(nId) ) in GetFormTextState()
321 pDlg = (SvxFontWorkDialog*)(pVFrame->GetChildWindow(nId)->GetWindow()); in GetFormTextState()
611 sal_uInt16 nId = rReq.GetSlot(), nCnt = 1; in ExecUndo() local
613 switch( nId ) in ExecUndo()
617 if( SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem ) && in ExecUndo()
624 if( SID_UNDO == nId ) in ExecUndo()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx140 switch ( nId ) in lcl_SetDfltBoxAttr()
176 rBoxFmtArr.Replace( pArr, nId ); in lcl_SetDfltBoxAttr()
213 if ( !rBoxFmtArr[nId] ) in lcl_CreateDfltBoxFmt()
219 ::lcl_SetDfltBoxAttr( *pBoxFmt, nId ); in lcl_CreateDfltBoxFmt()
220 rBoxFmtArr.Replace( pBoxFmt, nId ); in lcl_CreateDfltBoxFmt()
222 return (SwTableBoxFmt*)rBoxFmtArr[nId]; in lcl_CreateDfltBoxFmt()
229 if( !rBoxFmtArr[nId] ) in lcl_CreateAFmtBoxFmt()
238 rBoxFmtArr.Replace( pBoxFmt, nId ); in lcl_CreateAFmtBoxFmt()
529 nId = nId + static_cast<sal_uInt8>( !i ? 0 : in InsertTable()
821 nId = nId + static_cast<sal_uInt8>(!i ? 0 : in TextToTable()
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx140 virtual void SetCurPageId( sal_uInt16 nId );
183 virtual void SetCurPageId( sal_uInt16 nId );
218 virtual void SetCurPageId( sal_uInt16 nId );
226 virtual void ShowPage( sal_uInt16 nId );// this method from SfxTabDialog
569 virtual GlossaryGetCurrGroup GetGlossaryCurrGroupFunc( sal_uInt16 nId );
570 virtual GlossarySetActGroup SetGlossaryActGroupFunc( sal_uInt16 nId );
573 virtual CreateTabPage GetTabPageCreatorFunc( sal_uInt16 nId );
575 virtual GetTabPageRanges GetTabPageRangesFunc( sal_uInt16 nId );
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx99 #define SW_PROP_NAME_STR(nId) SwGetPropName((nId)).pName argument
118 sal_uInt16 nId, const String& rValue) in lcl_SetProp() argument
120 lcl_SetProp( xInfo, xProps, SW_PROP_NAME_STR(nId), rValue); in lcl_SetProp()
124 sal_uInt16 nId, sal_Int16 nValue ) in lcl_SetProp() argument
126 OUString uPropName(C2U(SW_PROP_NAME_STR(nId))); in lcl_SetProp()
138 sal_uInt16 nId, sal_Bool bValue ) in lcl_SetBOOLProp() argument
140 OUString uPropName(C2U(SW_PROP_NAME_STR(nId))); in lcl_SetBOOLProp()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx564 sal_uInt16 nId = sal_uInt16(lcl_GetFrameId( pFrm )); in _Record() local
567 case 1: InsertFrm( nId ); break; in _Record()
568 case 2: DeleteFrm( nId ); break; in _Record()
733 sal_Bool SwImplProtocol::InsertFrm( sal_uInt16 nId ) in InsertFrm() argument
737 if( pFrmIds->Seek_Entry( nId ) ) in InsertFrm()
739 pFrmIds->Insert( nId ); in InsertFrm()
747 sal_Bool SwImplProtocol::DeleteFrm( sal_uInt16 nId ) in DeleteFrm() argument
750 if( !pFrmIds || !pFrmIds->Seek_Entry( nId, &nPos ) ) in DeleteFrm()
/trunk/main/l10ntools/inc/
H A Dexport.hxx418 const ByteString &nId , in InsertEntry() argument
424 sText[ nId ] = rText; in InsertEntry()
425 bTextFirst[ nId ] = true; in InsertEntry()
426 sQuickHelpText[ nId ] = rQuickHelpText; in InsertEntry()
427 bQuickHelpTextFirst[ nId ] = true; in InsertEntry()
428 sTitle[ nId ] = rTitle; in InsertEntry()
429 bTitleFirst[ nId ] = true; in InsertEntry()
/trunk/main/sw/source/ui/chrdlg/
H A Dchardlg.cxx149 void SwCharDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in PageCreated() argument
152 switch( nId ) in PageCreated()
346 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName( sEntry, nsSwGetPoolIdFromName::GET_POOLID… in FillItemSet() local
347 aINetFmt.SetVisitedFmtAndId( sEntry, nId ); in FillItemSet()
350 nId = SwStyleNameMapper::GetPoolIdFromUIName( sEntry, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT); in FillItemSet()
351 aINetFmt.SetINetFmtAndId( sEntry, nId ); in FillItemSet()
/trunk/main/framework/source/dispatch/
H A Dmenudispatcher.cxx278 sal_uInt16 nId = pMenu->GetItemId(nPos); in impl_setAccelerators() local
279 PopupMenu* pPopup = pMenu->GetPopupMenu(nId); in impl_setAccelerators()
282 else if ( nId && !pMenu->GetPopupMenu(nId)) in impl_setAccelerators()
284 KeyCode aCode = aAccel.GetKeyCode( nId ); in impl_setAccelerators()
286 pMenu->SetAccelKey( nId, aCode ); in impl_setAccelerators()
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx189 TConnectionMap::key_type nId; in getConnectionWithInfo() local
190 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in getConnectionWithInfo()
191 TConnectionMap::iterator aIter = m_aPool.find(nId); in getConnectionWithInfo()
238 TConnectionMap::key_type nId; in createNewConnection() local
239 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in createNewConnection()
245 aActiveInfo.aPos = m_aPool.insert(TConnectionMap::value_type(nId,aPack)).first; in createNewConnection()
/trunk/main/chart2/source/tools/
H A DResId.cxx34 SchResId::SchResId( sal_Int16 nId ) in SchResId() argument
35 : ResId( nId, RessourceManager::getRessourceManager() ) in SchResId()
38 ::rtl::OUString SchResId::getResString( sal_Int16 nId ) in getResString() argument
40 return String( SchResId( nId )); in getResString()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1223 const sal_Bool bBefore, const sal_uInt16 nId, const sal_uLong nNdIdx, in lcl_InsertLabel() argument
1233 OSL_ENSURE( nId == USHRT_MAX || nId < rDoc.GetFldTypes()->Count(), in lcl_InsertLabel()
1235 SwFieldType *pType = (nId != USHRT_MAX) ? (*rDoc.GetFldTypes())[nId] : NULL; in lcl_InsertLabel()
1557 bBefore, nId, rCharacterStyle, bCpyBrd ); in InsertLabel()
1562 nId, nNdIdx, rCharacterStyle, bCpyBrd); in InsertLabel()
1592 const sal_uInt16 nId, in lcl_InsertDrawLabel() argument
1601 OSL_ENSURE( nId == USHRT_MAX || nId < rDoc.GetFldTypes()->Count(), in lcl_InsertDrawLabel()
1603 SwFieldType *pType = nId != USHRT_MAX ? (*rDoc.GetFldTypes())[nId] : 0; in lcl_InsertDrawLabel()
1836 sal_uInt16 const nId, in InsertDrawLabel() argument
1857 nId, rCharacterStyle, sal_False ); in InsertDrawLabel()
[all …]

Completed in 171 milliseconds

12345678910>>...49