Home
last modified time | relevance | path

Searched refs:nId (Results 251 – 275 of 1213) sorted by relevance

1...<<11121314151617181920>>...49

/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx222 sal_uInt16 nId = m_nNextId++; in AppendPage() local
224 m_aTabControl.InsertPage(nId, _rText); in AppendPage()
238 m_aTabControl.SetTabPage(nId, pPage); in AppendPage()
239 m_aTabControl.SetCurPageId(nId); in AppendPage()
241 return nId; in AppendPage()
264 void OPropertyEditor::SetPage(sal_uInt16 nId) in SetPage() argument
266 m_aTabControl.SetCurPageId(nId); in SetPage()
/trunk/main/autodoc/inc/ary/
H A Dentity.hxx54 Entity() : nId(0) {} in Entity()
57 Rid nId; member in ary::Entity
64 return nId; in Id()
70 nId = i_nId; in Set_Id()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx696 const sal_uInt16 nId = rReq.GetSlot(); in ExecPrint_Impl() local
697 switch( nId ) in ExecPrint_Impl()
706 if( !pDoc->QuerySlotExecutable( nId ) ) in ExecPrint_Impl()
735 TransformItems( nId, *rReq.GetArgs(), aProps, GetInterface()->GetSlot(nId) ); in ExecPrint_Impl()
763 if( nId == SID_PRINTDOCDIRECT ) in ExecPrint_Impl()
771 ExecPrint( aProps, bIsAPI, (nId == SID_PRINTDOCDIRECT) ); in ExecPrint_Impl()
796 if ( SID_PRINTER_NAME == nId ) in ExecPrint_Impl()
900 if ( SID_PRINTDOC == nId ) in ExecPrint_Impl()
/trunk/main/padmin/source/
H A Dprtsetup.cxx149 sal_uInt16 nId = m_aTabControl.GetCurPageId(); in IMPL_LINK() local
151 if ( ! m_aTabControl.GetTabPage( nId ) ) in IMPL_LINK()
154 if( nId == RID_RTS_PAPERPAGE ) in IMPL_LINK()
156 else if( nId == RID_RTS_DEVICEPAGE ) in IMPL_LINK()
158 else if( nId == RID_RTS_OTHERPAGE ) in IMPL_LINK()
160 else if( nId == RID_RTS_FONTSUBSTPAGE ) in IMPL_LINK()
162 else if( nId == RID_RTS_COMMANDPAGE ) in IMPL_LINK()
165 m_aTabControl.SetTabPage( nId, pPage ); in IMPL_LINK()
169 switch( nId ) in IMPL_LINK()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx205 void AbstractTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
207 pDlg->SetCurPageId( nId ); in SetCurPageId()
627 void AbstractSvxTransformTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
629 pDlg->SetCurPageId( nId ); in SetCurPageId()
660 void AbstractSvxCaptionDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
662 pDlg->SetCurPageId( nId ); in SetCurPageId()
879 void AbstractSvxAreaTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
881 pDlg->SetCurPageId( nId ); in SetCurPageId()
1741 switch ( nId ) in GetTabPageCreatorFunc()
1827 switch ( nId ) in GetDialogGetRangesFunc()
[all …]
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx51 sal_uInt32 nId; // Identifier der Resource member
92 sal_uInt32 nId; // ResId used for error message member
96 void Init( ResMgr * pMgr, const Resource * pObj, sal_uInt32 nId );
123 RESOURCE_TYPE nRT, sal_uInt32 nId,
222 return (sal_uInt32)ResMgr::GetLong( &nId ); in GetId()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2524 for (sal_uInt16 nId = EE_CHAR_START; nId <= EE_CHAR_END; nId++) in EnterHandler() local
2528 nId != EE_CHAR_ESCAPEMENT && nId != EE_CHAR_PAIRKERNING && in EnterHandler()
2529 nId != EE_CHAR_KERNING && nId != EE_CHAR_XMLATTRIBS && in EnterHandler()
2530 *pItem != pEditDefaults->Get(nId) ) in EnterHandler()
2557 for (sal_uInt16 nId = EE_CHAR_START; nId <= EE_CHAR_END && !bAttrib; nId++) in EnterHandler() local
2565 if ( nId == EE_CHAR_ESCAPEMENT || nId == EE_CHAR_PAIRKERNING || in EnterHandler()
2566 nId == EE_CHAR_KERNING || nId == EE_CHAR_XMLATTRIBS ) in EnterHandler()
2693 sal_uInt16 nId = FID_INPUTLINE_ENTER; in EnterHandler() local
2695 nId = FID_INPUTLINE_BLOCK; in EnterHandler()
2697 nId = FID_INPUTLINE_MATRIX; in EnterHandler()
[all …]
/trunk/main/cui/source/customize/
H A Dcfg.cxx878 switch ( nId ) in PageCreated()
3058 : nId( 1 ) in SvxConfigEntry()
5175 sal_uInt16 nId = 1; in SvxIconSelectorDialog() local
5192 ++nId; in SvxIconSelectorDialog()
5249 ++nId; in SvxIconSelectorDialog()
5272 aTbSymbol.GetItemData( nId ) ); in ~SvxIconSelectorDialog()
5285 sal_uInt16 nId; in GetSelectedIcon() local
5288 nId = aTbSymbol.GetItemId( n ); in GetSelectedIcon()
5293 aTbSymbol.GetItemData( nId ) ) ); in GetSelectedIcon()
5317 aTbSymbol.CheckItem( nId ); in IMPL_LINK()
[all …]
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx308 sal_uInt16 const nId(pAction->GetId()); in GetLastUndoInfo() local
309 *o_pId = static_cast<SwUndoId>(nId); in GetLastUndoInfo()
355 sal_uInt16 const nId(pAction->GetId()); in GetFirstRedoInfo() local
356 *o_pId = static_cast<SwUndoId>(nId); in GetFirstRedoInfo()
575 sal_uInt16 const nId(pRepeatAction->GetId()); in Repeat() local
578 EnterListAction(comment, rcomment, nId); in Repeat()
/trunk/main/sw/source/ui/ribbar/
H A Dtblctrl.cxx51 sal_uInt16 nId, in SwTableOptimizeCtrl() argument
53 SfxToolBoxControl( nSlotId, nId, rTbx ) in SwTableOptimizeCtrl()
55 rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); in SwTableOptimizeCtrl()
/trunk/main/svx/source/tbxctrls/
H A Dsubtoolboxcontrol.cxx40 SvxSubToolBoxControl::SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxSubToolBoxControl() argument
41 : SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxSubToolBoxControl()
43 rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); in SvxSubToolBoxControl()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx225 for ( sal_uInt16 nId = 1; pStr != pEnd; pStr++, nId++ ) in statusChanged() local
227 maBackgroundPopup.InsertItem( nId, *pStr ); in statusChanged()
377 sal_uInt16 nId( pMenu->GetCurItemId() ); in IMPL_LINK() local
378 switch ( nId ) in IMPL_LINK()
385 mpBrowser->Dispatch( nId, in IMPL_LINK()
392 mpBrowser->Execute( nId ); in IMPL_LINK()
1167 sal_uInt16 nId, in Dispatch() argument
1179 switch( nId ) in Dispatch()
1206 sal_Bool bIsLink( MN_ADD_LINK == nId ); in Dispatch()
1279 void GalleryBrowser2::Execute( sal_uInt16 nId ) in Execute() argument
[all …]
/trunk/main/svx/inc/svx/
H A Dsdangitm.hxx37 SdrAngleItem(sal_uInt16 nId, sal_Int32 nAngle=0): SfxInt32Item(nId,nAngle) {} in SdrAngleItem() argument
38 SdrAngleItem(sal_uInt16 nId, SvStream& rIn): SfxInt32Item(nId,rIn) {} in SdrAngleItem() argument
H A Dsdooitm.hxx39 SdrOnOffItem(sal_uInt16 nId, sal_Bool bOn=sal_False): SfxBoolItem(nId,bOn) {} in SdrOnOffItem() argument
40 SdrOnOffItem(sal_uInt16 nId, SvStream& rIn): SfxBoolItem(nId,rIn) {} in SdrOnOffItem() argument
H A Dsdynitm.hxx39 SdrYesNoItem(sal_uInt16 nId, sal_Bool bOn=sal_False): SfxBoolItem(nId,bOn) {} in SdrYesNoItem() argument
40 SdrYesNoItem(sal_uInt16 nId, SvStream& rIn): SfxBoolItem(nId,rIn) {} in SdrYesNoItem() argument
H A Dsdmetitm.hxx39 SdrMetricItem(sal_uInt16 nId, sal_Int32 nVal=0): SfxInt32Item(nId,nVal) {} in SdrMetricItem() argument
40 SdrMetricItem(sal_uInt16 nId, SvStream& rIn): SfxInt32Item(nId,rIn) {} in SdrMetricItem() argument
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx181 void Animator::RemoveAnimation (const Animator::AnimationId nId) in RemoveAnimation() argument
190 nId, in RemoveAnimation()
194 OSL_ASSERT((*iAnimation)->mnAnimationId == nId); in RemoveAnimation()
318 const Animator::AnimationId nId, in Animation() argument
322 mnAnimationId(nId), in Animation()
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx81 sal_uInt32 ExSoundEntry::GetSize( sal_uInt32 nId ) const in GetSize()
92 …String aId( String::CreateFromInt32( nId ) ); // String Atom ( instance 2 - reference i… in GetSize()
100 void ExSoundEntry::Write( SvStream& rSt, sal_uInt32 nId ) in Write() argument
108 rSt << (sal_uInt32)( ( EPP_Sound << 16 ) | 0xf ) << (sal_uInt32)( GetSize( nId ) - 8 ); in Write()
129 String aId( String::CreateFromInt32( nId ) ); in Write()
/trunk/main/autodoc/source/ary/cpp/
H A Dc_class.cxx157 return (*itret).nId; in Search_Child()
160 return (*itret).nId; in Search_Child()
163 return (*itret).nId; in Search_Child()
166 return (*itret).nId; in Search_Child()
175 return (*itFound).nId.Value(); in Search_LocalClass()
/trunk/main/svtools/source/misc/
H A Dsvtdata.cxx70 SvtResId::SvtResId(sal_uInt16 nId, const ::com::sun::star::lang::Locale aLocale): in SvtResId() argument
71 ResId(nId, *ImpSvtData::GetSvtData().GetResMgr(aLocale)) {} in SvtResId()
73 SvtResId::SvtResId(sal_uInt16 nId): ResId(nId, *ImpSvtData::GetSvtData().GetResMgr()) {} in SvtResId() argument
/trunk/main/sfx2/inc/sfx2/
H A Dimgmgr.hxx57 Image GetImage( sal_uInt16 nId, sal_Bool bLarge, sal_Bool bHiContrast ) const;
58 Image GetImage( sal_uInt16 nId, sal_Bool bHiContrast ) const;
59 Image SeekImage( sal_uInt16 nId, sal_Bool bLarge, sal_Bool bHiContrast ) const;
60 Image SeekImage( sal_uInt16 nId, sal_Bool bHiContrast ) const;
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx579 const sal_uLong nId = GetId(); in IMPL_LINK() local
586 if( ( pInfo->GetId() == nId ) && ( pInfo->GetThemeName() != pThm->GetName() ) ) in IMPL_LINK()
636 void GalleryThemeProperties::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) in PageCreated() argument
638 if( RID_SVXTABPAGE_GALLERY_GENERAL == nId ) in PageCreated()
720 sal_uInt16 nId; in SetXChgData() local
723 nId = RID_SVXBMP_THEME_IMPORTED_BIG; in SetXChgData()
725 nId = RID_SVXBMP_THEME_READONLY_BIG; in SetXChgData()
727 nId = RID_SVXBMP_THEME_DEFAULT_BIG; in SetXChgData()
729 nId = RID_SVXBMP_THEME_NORMAL_BIG; in SetXChgData()
731 aFiMSImage.SetImage( Image( Bitmap( CUI_RES( nId ) ), COL_LIGHTMAGENTA ) ); in SetXChgData()
/trunk/main/sw/inc/
H A Dformat.hxx160 void SetPoolFmtId( sal_uInt16 nId ) { nPoolFmtId = nId; } in SetPoolFmtId() argument
164 void SetPoolHelpId( sal_uInt16 nId ) { nPoolHelpId = nId; } in SetPoolHelpId() argument
166 void SetPoolHlpFileId( sal_uInt8 nId ) { nPoolHlpFileId = nId; } in SetPoolHlpFileId() argument
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx231 sal_uInt16 nId = rTb.GetItemId( i ); in statusChanged() local
232 if ( nId == 0 ) in statusChanged()
235 rtl::OUString aCmd = rTb.GetItemCommand( nId ); in statusChanged()
239 rTb.EnableItem( nId, Event.IsEnabled ); in statusChanged()
246 rTb.CheckItem( nId, bCheckmark ); in statusChanged()
252 rTb.SetItemText( nId, aItemText ); in statusChanged()
/trunk/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx162 sal_uInt16 nId = m_xPopupMenu->execute( in createPopupWindow() local
170 if ( nId ) in createPopupWindow()
171 functionExecuted( m_xPopupMenu->getCommand( nId ) ); in createPopupWindow()
379 sal_uInt16 nId = rPopupMenu->getItemId( n ); in Impl_ExistURLInMenu() local
380 OUString aCmd( rPopupMenu->getCommand( nId ) ); in Impl_ExistURLInMenu()
394 rPopupMenu->getItemImage( nId ) ); in Impl_ExistURLInMenu()

Completed in 151 milliseconds

1...<<11121314151617181920>>...49