Home
last modified time | relevance | path

Searched refs:nId (Results 26 – 50 of 1220) sorted by relevance

12345678910>>...49

/aoo41x/main/svx/source/form/
H A Dtbxform.cxx170 : SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlConfig()
173 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxFmTbxCtlConfig()
276 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlAbsRec()
290 sal_uInt16 nId = GetId(); in StateChanged() local
309 pToolBox->EnableItem(nId, bEnable); in StateChanged()
330 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecText()
364 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecFromText()
397 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxCtlRecTotal()
450 :SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxFmTbxNextRec()
452 rTbx.SetItemBits(nId, rTbx.GetItemBits(nId) | TIB_REPEAT); in SvxFmTbxNextRec()
[all …]
/aoo41x/main/tools/source/ref/
H A Dpstm.cxx370 if( !nId && pRefStm ) in GetIndex()
372 return nId; in GetIndex()
611 sal_uInt32 nId, in WriteId() argument
646 sal_uInt32 & nId, in ReadId() argument
653 nId = 0; in ReadId()
661 nId = 0; in ReadId()
702 if( nId ) in WritePointer()
729 sal_uInt32 nId = 0; in ReadObj() local
794 rpObj = GetObject( nId ); in ReadObj()
799 return nId; in ReadObj()
[all …]
/aoo41x/main/sfx2/source/toolbox/
H A Dimgmgr.cxx204 return pImageList->GetImage( nId ); in GetImage()
232 pBox->SetItemImage( nId, GetImage( nId, bLarge, bHiContrast ) ); in SetSymbolsSize_Impl()
314 if ( pImageList && pImageList->HasImageAtPos( nId ) ) in GetImage()
315 return pImageList->GetImage( nId ); in GetImage()
324 return GetImage( nId, bLarge, bHiContrast ); in GetImage()
333 if ( pImageList && pImageList->HasImageAtPos( nId ) ) in SeekImage()
334 return pImageList->GetImage( nId ); in SeekImage()
339 return pImageList->GetImage( nId ); in SeekImage()
349 return SeekImage( nId, bLarge, bHiContrast ); in SeekImage()
397 sal_uInt16 nId = rToolBox.GetItemId(n); in SetImagesForceSize() local
[all …]
/aoo41x/main/sw/source/ui/lingu/
H A Dolmenu.cxx723 if (nId == USHRT_MAX) in Execute()
729 if ((MN_SUGGESTION_START <= nId && nId <= MN_SUGGESTION_END) || in Execute()
730 (MN_AUTOCORR_START <= nId && nId <= MN_AUTOCORR_END)) in Execute()
732 sal_Int32 nAltIdx = (MN_SUGGESTION_START <= nId && nId <= MN_SUGGESTION_END) ? in Execute()
733 nId - MN_SUGGESTION_START : nId - MN_AUTOCORR_START; in Execute()
780 if (MN_AUTOCORR_START <= nId && nId <= MN_AUTOCORR_END) in Execute()
792 else if (nId == MN_SPELLING_DLG) in Execute()
812 else if (nId == MN_IGNORE_WORD) in Execute()
818 else if (MN_DICTIONARIES_START <= nId && nId <= MN_DICTIONARIES_END) in Execute()
858 if (MN_SET_LANGUAGE_SELECTION_START <= nId && nId <= MN_SET_LANGUAGE_SELECTION_END) in Execute()
[all …]
/aoo41x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx421 if ( nId > 0 ) in RefreshImages()
429 m_pToolBar->SetItemImage( nId, aImage ); in RefreshImages()
472 if ( nId > 0 ) in UpdateImageOrientation()
945 if ( nId == 0 ) in CreateControllers()
965 m_pToolBar->HideItem( nId ); in CreateControllers()
1041 … m_pToolBar->SetItemBits( nId, m_pToolBar->GetItemBits( nId ) | TIB_CHECKABLE ); in CreateControllers()
1242 sal_uInt16 nId( 1 ); in FillToolbar() local
1414 aCmdInfo.nId = nId; in FillToolbar()
1426 ++nId; in FillToolbar()
1860 if ( MenuItemAllowed( nId )) in GetToolBarCustomMeun()
[all …]
H A Dstatusbarmanager.cxx377 sal_uInt16 nId = m_pStatusBar->GetItemId( i ); in CreateControllers() local
378 if ( nId == 0 ) in CreateControllers()
415 aPropValue.Value <<= nId; in CreateControllers()
464 m_aControllerMap[nId] = xController; in CreateControllers()
494 sal_uInt16 nId( 1 ); in FillStatusBar() local
554 ++nId; in FillStatusBar()
648 sal_uInt16 nId( rUDEvt.GetItemId() ); in UserDraw() local
650 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in UserDraw()
744 sal_uInt16 nId = m_pStatusBar->GetCurItemId(); in IMPL_LINK() local
746 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in IMPL_LINK()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dtokstack.cxx392 if (nId >= nElementAkt) in GetElement()
396 if( pType[ nId ] == T_Id ) in GetElement()
397 bRet = GetElementRek( nId ); in GetElement()
400 switch( pType[ nId ] ) in GetElement()
550 if (nId >= nElementAkt) in GetElementRek()
559 if (pType[ nId ] != T_Id) in GetElementRek()
570 sal_uInt16 nAnz = pSize[ nId ]; in GetElementRek()
911 if( nId && nId <= nElementAkt ) in IsSingleOp()
913 nId--; in IsSingleOp()
914 if( T_Id == pType[ nId ] ) in IsSingleOp()
[all …]
/aoo41x/main/autodoc/inc/ary/
H A Dtypes.hxx59 nId(0) {} in GlobalId()
64 nId(i_id) {} in GlobalId()
69 nId != 0; } in IsValid()
71 Rid Id() const { return nId; } in Id()
76 Rid nId; member in ary::GlobalId
95 : nId(i_nId) {} in TypedId()
102 { return nId == i_nId.nId; } in operator ==()
110 { return nId < i_nId.nId; } in operator <()
112 bool IsValid() const { return nId != 0; } in IsValid()
113 Rid Value() const { return nId; } in Value()
[all …]
/aoo41x/main/l10ntools/source/
H A Dtagtest.cxx48 , nId( pnId ) in TokenInfo()
51 if ( nId == TAG_COMMONSTART || nId == TAG_COMMONEND ) in TokenInfo()
452 if ( nId != rInfo.nId ) in MatchesTranslation()
906 switch ( aTag.nId ) in Paragraph()
1023 switch ( aTag.nId ) in PfCase()
1048 switch ( aTag.nId ) in PfCaseBegin()
1080 switch ( aTag.nId ) in AppCase()
1111 switch ( aTag.nId ) in AppCaseBegin()
1142 switch ( aTag.nId ) in CaseEnd()
1164 switch ( aTag.nId ) in SimpleTag()
[all …]
/aoo41x/main/framework/source/fwe/classes/
H A Daddonmenu.cxx81 sal_uInt16 nId = GetItemId( i ); in ~AddonMenu() local
84 delete GetPopupMenu( nId ); in ~AddonMenu()
186 sal_uInt16 nId = pMenu->GetItemId( nPos ); in FindMenuId() local
187 aCmd = pMenu->GetItemCommand( nId ); in FindMenuId()
189 return nId; in FindMenuId()
205 if ( nId != USHRT_MAX ) in MergeAddonHelpMenu()
227 nSupPos = pHelpMenu->GetItemPos( nId ); in MergeAddonHelpMenu()
314 pMergeMenuBar->SetItemCommand( nId, aURL ); in MergeAddonPopupMenus()
381 sal_uInt16 nId = nUniqueMenuId++; in BuildMenu() local
390 pCurrentMenu->SetItemCommand( nId, aURL ); in BuildMenu()
[all …]
/aoo41x/main/xmloff/source/core/
H A Dxmlerror.cxx58 ErrorRecord( sal_Int32 nId,
67 sal_Int32 nId; /// error ID member in ErrorRecord
85 nId(nID), in ErrorRecord()
111 sal_Int32 nId, in AddRecord() argument
132 sMessage.append( nId, 16 ); in AddRecord()
134 sal_Int32 nFlags = (nId & XMLERROR_MASK_FLAG); in AddRecord()
143 sal_Int32 nClass = (nId & XMLERROR_MASK_CLASS); in AddRecord()
198 sal_Int32 nId, in AddRecord() argument
218 sal_Int32 nId, in AddRecord() argument
227 sal_Int32 nId, in AddRecord() argument
[all …]
/aoo41x/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx82 aSortedPropsIds.Insert( 1+GetPropertyOrderNr( nId ), (void*)(sal_uInt32)nId ); in getProperties()
84 if ( nId == BASEPROPERTY_FONTDESCRIPTOR ) in getProperties()
99 pProps[n].Name = GetPropertyName( nId ); in getProperties()
100 pProps[n].Handle = nId; in getProperties()
101 pProps[n].Type = *GetPropertyType( nId ); in getProperties()
102 pProps[n].Attributes = GetPropertyAttribs( nId ); in getProperties()
111 sal_uInt16 nId = GetPropertyId( rPropertyName ); in getPropertyByName() local
112 if ( ImplHasProperty( nId ) ) in getPropertyByName()
116 aProp.Type = *GetPropertyType( nId ); in getPropertyByName()
117 aProp.Attributes = GetPropertyAttribs( nId ); in getPropertyByName()
[all …]
/aoo41x/main/automation/source/server/
H A Dcmdbasestream.cxx205 comm_USHORT nId; in Read() local
206 *pCommStream >> nId; in Read()
216 comm_USHORT nId; in Read() local
217 *pCommStream >> nId; in Read()
227 comm_USHORT nId; in Read() local
228 *pCommStream >> nId; in Read()
247 comm_USHORT nId; in Read() local
248 *pCommStream >> nId; in Read()
257 comm_USHORT nId; in GetNextType() local
258 *pCommStream >> nId; in GetNextType()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dbtndlg.hxx65 SAL_DLLPRIVATE ImplBtnDlgItem* ImplGetItem( sal_uInt16 nId ) const;
93 void AddButton( PushButton* pBtn, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel = 0 );
94 void RemoveButton( sal_uInt16 nId );
98 PushButton* GetPushButton( sal_uInt16 nId ) const;
99 void SetButtonText( sal_uInt16 nId, const XubString& rText );
100 XubString GetButtonText( sal_uInt16 nId ) const;
101 void SetButtonHelpText( sal_uInt16 nId, const XubString& rText );
102 XubString GetButtonHelpText( sal_uInt16 nId ) const;
103 void SetButtonHelpId( sal_uInt16 nId, const rtl::OString& rHelpId );
104 rtl::OString GetButtonHelpId( sal_uInt16 nId ) const;
[all …]
H A Dsplitwin.hxx172 void InsertItem( sal_uInt16 nId, Window* pWindow, long nSize,
175 void InsertItem( sal_uInt16 nId, long nSize,
179 void RemoveItem( sal_uInt16 nId, sal_Bool bHide = sal_True );
195 void SplitItem( sal_uInt16 nId, long nNewSize,
198 void SetItemSize( sal_uInt16 nId, long nNewSize );
199 long GetItemSize( sal_uInt16 nId ) const;
211 Range GetItemSizeRange (sal_uInt16 nId) const;
214 SplitWindowItemBits GetItemBits( sal_uInt16 nId ) const;
215 Window* GetItemWindow( sal_uInt16 nId ) const;
216 sal_uInt16 GetSet( sal_uInt16 nId ) const;
[all …]
/aoo41x/main/svtools/source/brwbox/
H A Dbrwhead.cxx78 sal_uInt16 nId = GetCurItemId(); in EndDrag() local
79 if ( nId ) in EndDrag()
82 if ( nId == USHRT_MAX-1 ) in EndDrag()
83 nId = 0; in EndDrag()
88 _pBrowseBox->SetColumnWidth( nId, GetItemSize( nId ) ); in EndDrag()
89 _pBrowseBox->ColumnResized( nId ); in EndDrag()
90 SetItemSize( nId, _pBrowseBox->GetColumnWidth( nId ) ); in EndDrag()
97 sal_uInt16 nOldPos = _pBrowseBox->GetColumnPos(nId), in EndDrag()
98 nNewPos = GetItemPos( nId ); in EndDrag()
105 _pBrowseBox->SetColumnPos( nId, nNewPos ); in EndDrag()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dimage.cxx465 mpImplData->AddImage( aName, nId, aEmpty ); in ImageList()
710 RemoveImage( nId ); in ReplaceImage()
711 AddImage( nId, rImage ); in ReplaceImage()
720 if( nId ) in ReplaceImage()
722 RemoveImage( nId ); in ReplaceImage()
738 sal_uLong nPosDest = GetImagePos( nId ); in ReplaceImage()
760 void ImageList::RemoveImage( sal_uInt16 nId ) in RemoveImage() argument
780 if( nId ) in RemoveImage()
781 RemoveImage( nId ); in RemoveImage()
800 if ((*aIter)->mnId == nId) in GetImage()
[all …]
/aoo41x/main/sfx2/source/control/
H A Dbindings.cxx489 pImp->pSubBindings->Update( nId ); in Update()
498 pCache = GetStateCache( nId ); in Update()
1042 sal_uInt16 nId = rItem.GetId(); in Register_Impl() local
1043 sal_uInt16 nPos = GetSlotPos(nId); in Register_Impl()
1081 sal_uInt16 nId = rItem.GetId(); in Release() local
1082 sal_uInt16 nPos = GetSlotPos(nId); in Release()
1084 if ( pCache->GetId() == nId ) in Release()
1130 if( !nId || !pDispatcher ) in ExecuteSynchron()
1142 if( !nId || !pDispatcher ) in Execute()
1151 if( nId && pDispatcher ) in ExecuteGlobal_Impl()
[all …]
H A Dstatcach.cxx107 sal_uInt16 nId = pCache->GetId(); in statusChanged() local
124 pItem = new SfxBoolItem( nId, bTemp ); in statusChanged()
130 pItem = new SfxUInt16Item( nId, nTemp ); in statusChanged()
136 pItem = new SfxUInt32Item( nId, nTemp ); in statusChanged()
142 pItem = new SfxStringItem( nId, sTemp ); in statusChanged()
150 pItem->SetWhich( nId ); in statusChanged()
154 pItem = new SfxVoidItem( nId ); in statusChanged()
167 pCtrl->StateChanged( nId, eState, pItem ); in statusChanged()
210 nId(nFuncId), in SfxStateCache()
399 pState = new SfxVoidItem( nId ); in SetVisibleState()
[all …]
/aoo41x/main/sd/source/filter/ppt/
H A Dpropread.cxx49 mnId ( nId ), in PropEntry()
221 Dict( sal_uInt32 nId, String rString ) { mnId = nId; aString = rString; }; in Dict()
241 if ( pDict->mnId == nId ) in AddProperty()
306 if ( nId ) in GetProperty()
310 if ( pProp->mnId == nId ) in GetProperty()
331 if ( !nId ) in AddProperty()
333 if ( nId == 0xffffffff ) in AddProperty()
334 nId = 0; in AddProperty()
340 if ( pPropEntry->mnId == nId ) in AddProperty()
342 else if ( pPropEntry->mnId > nId ) in AddProperty()
[all …]
/aoo41x/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx88 sal_uInt16 nId, in SwTbxInsertCtrl() argument
93 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SwTbxInsertCtrl()
127 sal_uInt16 nId = GetId(); in StateChanged() local
137 nId = nLastSlotId; in StateChanged()
216 sal_uInt16 nId, in SwTbxAutoTextCtrl() argument
222 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SwTbxAutoTextCtrl()
298 sal_uInt16 nId = GetId(); in CreatePopupWindow() local
353 switch(nId) in IMPL_LINK()
383 sal_uInt16 nBlock = nId / 100; in IMPL_LINK()
910 sal_uInt16 nId, in SwPreviewZoomControl() argument
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsalshl.cxx76 HCURSOR ImplLoadSalCursor( int nId ) in ImplLoadSalCursor() argument
80 HCURSOR hCursor = LoadCursor( aSalShlData.mhInst, MAKEINTRESOURCE( nId ) ); in ImplLoadSalCursor()
89 HBITMAP ImplLoadSalBitmap( int nId ) in ImplLoadSalBitmap() argument
93 HBITMAP hBitmap = LoadBitmap( aSalShlData.mhInst, MAKEINTRESOURCE( nId ) ); in ImplLoadSalBitmap()
102 sal_Bool ImplLoadSalIcon( int nId, HICON& rIcon, HICON& rSmallIcon ) in ImplLoadSalIcon() argument
112 if( pSalIcon->nId != nId ) in ImplLoadSalIcon()
123 rIcon = (HICON)LoadImage( pSalData->mhInst, MAKEINTRESOURCE( nId ), in ImplLoadSalIcon()
130 rIcon = (HICON)LoadImage( aSalShlData.mhInst, MAKEINTRESOURCE( nId ), in ImplLoadSalIcon()
135 rSmallIcon = (HICON)LoadImage( aSalShlData.mhInst, MAKEINTRESOURCE( nId ), in ImplLoadSalIcon()
144 rSmallIcon = (HICON)LoadImage( pSalData->mhInst, MAKEINTRESOURCE( nId ), in ImplLoadSalIcon()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dchrtitem.hxx176 sal_uInt16 nId );
194 sal_uInt16 nId );
213 sal_uInt16 nId );
215 sal_uInt16 nId );
232 sal_uInt16 nId );
234 sal_uInt16 nId );
254 sal_uInt16 nId );
256 sal_uInt16 nId );
273 sal_uInt16 nId );
275 sal_uInt16 nId );
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx3816 switch( nId ) in Read_FontSize()
3883 switch( nId ) in Read_Language()
3923 if( nId >= nColls || !pCollA[nId].pFmt // ungueltige Id ? in Read_CColl()
4117 switch (nId) in Read_LR()
4391 switch( nId ) in Read_UL()
4526 switch( nId ) in Read_BoolItem()
5182 return (rFirst.nId == rSecond.nId); in operator ==()
5187 return (rFirst.nId < rSecond.nId); in operator <()
6314 aSrch.nId = nId; in GetSprmReadInfo()
6331 if( ( nId > 255 ) && ( nId < 0x0800 ) ) return; in EndSprm()
[all …]
/aoo41x/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx108 nTbxId ( nId ), in SvxPopupWindowListBox()
172 SvxListBoxControl::SvxListBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxListBoxControl() argument
173 :SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxListBoxControl()
176 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxListBoxControl()
231 sal_uInt16 nId; in Impl_SetInfo() local
233 nId = SID_UNDO == GetSlotId() ? RID_SVXSTR_NUM_UNDO_ACTION : RID_SVXSTR_NUM_REDO_ACTION; in Impl_SetInfo()
237 aActionStr = String(SVX_RES(nId)); in Impl_SetInfo()
267 SvxUndoRedoControl::SvxUndoRedoControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxUndoRedoControl() argument
268 : SvxListBoxControl( nSlotId, nId, rTbx ) in SvxUndoRedoControl()
270 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxUndoRedoControl()
[all …]

Completed in 227 milliseconds

12345678910>>...49