Home
last modified time | relevance | path

Searched refs:nId (Results 1 – 25 of 1213) sorted by relevance

12345678910>>...49

/trunk/main/rsc/source/parser/
H A Drscicpx.cxx55 Atom nId = aNmTb.Put( rName.GetBuffer(), VARNAME ); in InsWinBit() local
56 pClass->SetVariable( nId, pClient, NULL, in InsWinBit()
70 Atom nId; in InitClassMgr() local
76 nId = pHS->getID( "Resource" ); in InitClassMgr()
77 pClassMgr = new RscMgr( nId, RSC_RESOURCE, pClass ); in InitClassMgr()
78 aNmTb.Put( nId, CLASSNAME, pClassMgr ); in InitClassMgr()
91 nRsc_EXTRADATA = nId = aNmTb.Put( "ExtraData", VARNAME ); in InitClassMgr()
92 pClassMgr->SetVariable( nId, pCont ); in InitClassMgr()
94 nId = aNmTb.Put( "Comment", VARNAME ); in InitClassMgr()
95 pClassMgr->SetVariable( nId, &aString, NULL, VAR_NORC ); in InitClassMgr()
[all …]
H A Drscinit.cxx191 Atom nId; in Init() local
422 nId = pHS->getID( "StringArray" ); in Init()
423 pClassStringArray = new RscClass( nId, RSC_STRINGARRAY, pClassMgr ); in Init()
425 aNmTb.Put( nId, CLASSNAME, pClassStringArray ); in Init()
429 nId = aNmTb.Put( "ItemList", VARNAME ); in Init()
430 pClassStringArray->SetVariable( nId, pLangStringLongTupelList ); in Init()
491 nId = pHS->getID( "Button" ); in Init()
492 pClassButton = new RscClass( nId, RSC_BUTTON, pClassControl ); in Init()
494 aNmTb.Put( nId, CLASSNAME, pClassButton ); in Init()
508 nId = pHS->getID( "HelpButton" ); in Init()
[all …]
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx359 sal_uInt16 nId; in getHashTable() local
371 … for ( nIndex = 0, nId = RES_POOLCOLL_TEXT_BEGIN ; nId < RES_POOLCOLL_TEXT_END ; nId++,nIndex++ ) in getHashTable()
372 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable()
374 … for ( nIndex = 0, nId = RES_POOLCOLL_LISTS_BEGIN ; nId < RES_POOLCOLL_LISTS_END ; nId++,nIndex++ ) in getHashTable()
375 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable()
377 … for ( nIndex = 0, nId = RES_POOLCOLL_EXTRA_BEGIN ; nId < RES_POOLCOLL_EXTRA_END ; nId++,nIndex++ ) in getHashTable()
378 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable()
380 …for ( nIndex = 0, nId = RES_POOLCOLL_REGISTER_BEGIN ; nId < RES_POOLCOLL_REGISTER_END ; nId++,nInd… in getHashTable()
381 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable()
383 … for ( nIndex = 0, nId = RES_POOLCOLL_DOC_BEGIN ; nId < RES_POOLCOLL_DOC_END ; nId++,nIndex++ ) in getHashTable()
[all …]
H A Dpoolfmt.cxx320 SwTxtFmtColl* SwDoc::GetTxtCollFromPool( sal_uInt16 nId, bool bRegardLanguage ) in GetTxtCollFromPool() argument
323 (RES_POOLCOLL_TEXT_BEGIN <= nId && nId < RES_POOLCOLL_TEXT_END) || in GetTxtCollFromPool()
324 (RES_POOLCOLL_LISTS_BEGIN <= nId && nId < RES_POOLCOLL_LISTS_END) || in GetTxtCollFromPool()
325 (RES_POOLCOLL_EXTRA_BEGIN <= nId && nId < RES_POOLCOLL_EXTRA_END) || in GetTxtCollFromPool()
326 (RES_POOLCOLL_REGISTER_BEGIN <= nId && nId < RES_POOLCOLL_REGISTER_END) || in GetTxtCollFromPool()
327 (RES_POOLCOLL_DOC_BEGIN <= nId && nId < RES_POOLCOLL_DOC_END) || in GetTxtCollFromPool()
328 (RES_POOLCOLL_HTML_BEGIN <= nId && nId < RES_POOLCOLL_HTML_END), in GetTxtCollFromPool()
335 if( nId == ( pNewColl = (*pTxtFmtCollTbl)[ n ] )->GetPoolFmtId() ) in GetTxtCollFromPool()
347 if( RES_POOLCOLL_TEXT_BEGIN <= nId && nId < RES_POOLCOLL_TEXT_END ) in GetTxtCollFromPool()
349 else if (RES_POOLCOLL_LISTS_BEGIN <= nId && nId < RES_POOLCOLL_LISTS_END) in GetTxtCollFromPool()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx283 sal_uInt16 nId = GetValue() ? STR_REGISTER_ON : STR_REGISTER_OFF; in GetPresentation() local
284 rText = SW_RESSTR( nId ); in GetPresentation()
346 sal_uInt16 nId = GetValue() ? STR_CONNECT_BORDER_ON : STR_CONNECT_BORDER_OFF; in GetPresentation() local
347 rText = SW_RESSTR( nId ); in GetPresentation()
398 const sal_uInt16 nId = ATT_FIX_SIZE == eFrmHeightType ? in GetPresentation() local
400 rText += SW_RESSTR( nId ); in GetPresentation()
442 const sal_uInt16 nId = GetHeaderFmt() ? STR_HEADER : STR_NO_HEADER; in GetPresentation() local
443 rText = SW_RESSTR( nId ); in GetPresentation()
472 const sal_uInt16 nId = GetFooterFmt() ? STR_FOOTER : STR_NO_FOOTER; in GetPresentation() local
473 rText = SW_RESSTR( nId ); in GetPresentation()
[all …]
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx117 void AbstractTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
119 pDlg->SetCurPageId( nId ); in SetCurPageId()
152 void AbstractTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) in SetCurPageId() argument
154 pDlg->SetCurPageId( nId ); in SetCurPageId()
650 SvStream* pInStream, int nId, sal_Unicode cSep ) in CreateScImportAsciiDlg() argument
653 switch ( nId ) in CreateScImportAsciiDlg()
668 …OptionsDlg * ScAbstractDialogFactory_Impl::CreateScTextImportOptionsDlg( Window* pParent, int nId ) in CreateScTextImportOptionsDlg() argument
671 switch (nId) in CreateScTextImportOptionsDlg()
689 int nId) in CreateScAutoFormatDlg() argument
692 switch ( nId ) in CreateScAutoFormatDlg()
[all …]
H A Dscdlgfact.hxx359 virtual void SetCurPageId( sal_uInt16 nId );
374 virtual void SetCurPageId( sal_uInt16 nId );
393 SvStream* pInStream, int nId,
396 … virtual AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg( Window* pParent, int nId );
402 int nId);
404 int nId,
411 int nId,
414 …cSortWarningDlg( Window* pParent, const String& rExtendText, const String& rCurrentText, int nId );
416 …virtual AbstractScDataPilotDatabaseDlg * CreateScDataPilotDatabaseDlg (Window* pParent ,int nId );…
418 …ScDataPilotSourceTypeDlg ( Window* pParent, sal_Bool bEnableExternal, int nId ) ; //add for ScDat…
[all …]
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx164 sal_uInt16 nId = SID_VERB_START + nr++; in InsertVerbs_Impl() local
165 DBG_ASSERT(nId <= SID_VERB_END, "Zuviele Verben!"); in InsertVerbs_Impl()
166 if ( nId > SID_VERB_END ) in InsertVerbs_Impl()
170 pMenu->InsertItem( nId, aVerbs[n].VerbName ); in InsertVerbs_Impl()
240 const sal_uInt16 nId = i + 1; in InsertThesaurusSubmenu_Impl() local
243 pThesSubMenu->InsertItem( nId, aItemText ); in InsertThesaurusSubmenu_Impl()
246 pThesSubMenu->SetItemCommand( nId, aCmd ); in InsertThesaurusSubmenu_Impl()
249 pThesSubMenu->SetItemImage( nId, aImage ); in InsertThesaurusSubmenu_Impl()
298 sal_uInt16 nId = pSVMenu->GetItemId( n ); in UseDefault() local
299 if ( nId == SID_COPY || nId == SID_CUT || nId == SID_PASTE ) in UseDefault()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx40 sal_uInt16 nId; member
42 TokenId() : nId( 0 ) {} in TokenId()
43 TokenId( sal_uInt16 n ) : nId( n ) {} in TokenId()
44 TokenId( const TokenId& r ) : nId( r.nId ) {} in TokenId()
45 inline TokenId& operator =( const TokenId& r ) { nId = r.nId; return *this; } in operator =()
46 inline TokenId& operator =( sal_uInt16 n ) { nId = n; return *this; } in operator =()
47 inline operator sal_uInt16&() { return nId; } in operator sal_uInt16&()
48 inline operator const sal_uInt16&() const { return nId; } in operator const sal_uInt16&()
49 inline sal_Bool operator <( sal_uInt16 n ) const { return nId < n; } in operator <()
50 inline sal_Bool operator >( sal_uInt16 n ) const { return nId > n; } in operator >()
[all …]
/trunk/main/sc/inc/
H A Dscabstdlg.hxx311 SvStream* pInStream, int nId,
314 … AbstractScTextImportOptionsDlg * CreateScTextImportOptionsDlg( Window* pParent, int nId ) = 0;
320 int nId) = 0;
322 int nId,
329 int nId,
331 …indow* pParent, const String& rExtendText, const String& rCurrentText, int nId ) = 0; //add for S…
332 …virtual AbstractScDataPilotDatabaseDlg * CreateScDataPilotDatabaseDlg (Window* pParent ,int nId ) …
334 …eScDataPilotSourceTypeDlg ( Window* pParent, sal_Bool bEnableExternal, int nId ) = 0; //add for Sc…
338 int nId ) = 0;
340 …virtual AbstractScDeleteCellDlg * CreateScDeleteCellDlg( Window* pParent, int nId, sal_Bool bDisal…
[all …]
/trunk/main/svx/source/items/
H A Dchrtitem.cxx64 SvxChartStyleItem::SvxChartStyleItem(SvxChartStyle eStyle, sal_uInt16 nId) : in SvxChartStyleItem() argument
65 SfxEnumItem(nId, (sal_uInt16)eStyle) in SvxChartStyleItem()
71 SvxChartStyleItem::SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId) : in SvxChartStyleItem() argument
72 SfxEnumItem(nId, rIn) in SvxChartStyleItem()
97 sal_uInt16 nId) : in SvxChartDataDescrItem() argument
98 SfxEnumItem(nId, (sal_uInt16)eDataDescr) in SvxChartDataDescrItem()
104 SvxChartDataDescrItem::SvxChartDataDescrItem(SvStream& rIn, sal_uInt16 nId) : in SvxChartDataDescrItem() argument
105 SfxEnumItem(nId, rIn) in SvxChartDataDescrItem()
130 sal_uInt16 nId) : in SvxChartTextOrderItem() argument
131 SfxEnumItem(nId, (sal_uInt16)eOrder) in SvxChartTextOrderItem()
[all …]
/trunk/main/svx/source/dialog/
H A Dfontwork.cxx173 sal_uInt16 nId, in SvxFontWorkChildWindow() argument
178 SfxChildWindow( _pParent, nId ) in SvxFontWorkChildWindow()
362 sal_uInt16 nId = TBI_STYLE_OFF; in SetStyle_Impl() local
366 case XFT_ROTATE : nId = TBI_STYLE_ROTATE; break; in SetStyle_Impl()
367 case XFT_UPRIGHT: nId = TBI_STYLE_UPRIGHT; break; in SetStyle_Impl()
368 case XFT_SLANTX : nId = TBI_STYLE_SLANTX; break; in SetStyle_Impl()
369 case XFT_SLANTY : nId = TBI_STYLE_SLANTY; break; in SetStyle_Impl()
387 aTbxStyle.CheckItem(nId); in SetStyle_Impl()
390 nLastStyleTbxId = nId; in SetStyle_Impl()
404 sal_uInt16 nId; in SetAdjust_Impl() local
[all …]
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx61 BibToolBarListener::BibToolBarListener(BibToolBar *pTB,rtl::OUString aStr,sal_uInt16 nId): in BibToolBarListener() argument
62 nIndex(nId), in BibToolBarListener()
98 BibTBListBoxListener::BibTBListBoxListener(BibToolBar *pTB,rtl::OUString aStr,sal_uInt16 nId): in BibTBListBoxListener() argument
99 BibToolBarListener(pTB,aStr,nId) in BibTBListBoxListener()
138 BibTBQueryMenuListener::BibTBQueryMenuListener(BibToolBar *pTB,rtl::OUString aStr,sal_uInt16 nId): in BibTBQueryMenuListener() argument
139 BibToolBarListener(pTB,aStr,nId) in BibTBQueryMenuListener()
176 BibTBEditListener::BibTBEditListener(BibToolBar *pTB,rtl::OUString aStr,sal_uInt16 nId): in BibTBEditListener() argument
177 BibToolBarListener(pTB,aStr,nId) in BibTBEditListener()
290 sal_uInt16 nId=GetItemId(nPos); in InitListener() local
291 if(!nId || nId==TBC_FT_SOURCE || nId==TBC_FT_QUERY) in InitListener()
[all …]
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx49 CreateElement::CreateElement(ResourceType_t nResource, Id nId) in CreateElement() argument
50 : m_nResource(nResource), m_nId(nId) in CreateElement()
60 AttributeToResourceMapPointer OOXMLFactory_ns::getAttributeToResourceMap(Id nId) in getAttributeToResourceMap() argument
62 if (m_AttributesMap.find(nId) == m_AttributesMap.end()) in getAttributeToResourceMap()
63 m_AttributesMap[nId] = createAttributeToResourceMap(nId); in getAttributeToResourceMap()
65 return m_AttributesMap[nId]; in getAttributeToResourceMap()
68 ListValueMapPointer OOXMLFactory_ns::getListValueMap(Id nId) in getListValueMap() argument
70 if (m_ListValuesMap.find(nId) == m_ListValuesMap.end()) in getListValueMap()
71 m_ListValuesMap[nId] = createListValueMap(nId); in getListValueMap()
73 return m_ListValuesMap[nId]; in getListValueMap()
[all …]
H A DOOXMLFastHelper.hxx43 (OOXMLFastContextHandler * pHandler, sal_uInt32 nToken, Id nId);
46 (OOXMLFastContextHandler * pHandler, sal_uInt32 nToken, Id nId, Id nDefine);
53 Id nId,
57 Id nId, sal_Int32 nValue);
60 Id nId,
71 (OOXMLFastContextHandler * pHandler, sal_uInt32 nToken, Id nId) in createAndSetParent() argument
76 debug_logger->attribute("id", (*QNameToString::Instance())(nId)); in createAndSetParent()
82 pTmp->setId(nId); in createAndSetParent()
88 debug_logger->attribute("id", (*QNameToString::Instance())(nId)); in createAndSetParent()
104 (OOXMLFastContextHandler * pHandler, sal_uInt32 nToken, Id nId, Id nDefine) in createAndSetParentAndDefine() argument
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx168 const sal_uInt16 nId ) : in SvxFontListItem() argument
169 SfxPoolItem( nId ), in SvxFontListItem()
230 SvxFontItem::SvxFontItem( const sal_uInt16 nId ) : in SvxFontItem() argument
231 SfxPoolItem( nId ) in SvxFontItem()
242 const rtl_TextEncoding eFontTextEncoding, const sal_uInt16 nId ) : in SvxFontItem() argument
244 SfxPoolItem( nId ), in SvxFontItem()
497 SvxPostureItem::SvxPostureItem( const FontItalic ePosture, const sal_uInt16 nId ) : in SvxPostureItem() argument
498 SfxEnumItem( nId, (sal_uInt16)ePosture ) in SvxPostureItem()
565 sal_uInt16 nId = 0; in GetValueTextByPos() local
569 case ITALIC_NONE: nId = RID_SVXITEMS_ITALIC_NONE; break; in GetValueTextByPos()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx78 sal_uInt16 nId; // Die ID member
89 nId ( Id ), in Data_Impl()
101 fnCreatePage = pFact->GetTabPageCreatorFunc( nId ); in Data_Impl()
102 fnGetRanges = pFact->GetTabPageRangesFunc( nId ); in Data_Impl()
113 SfxTabDialogItem::SfxTabDialogItem( sal_uInt16 nId, const SfxItemSet& rItemSet ) in SfxTabDialogItem() argument
114 : SfxSetItem( nId, rItemSet ) in SfxTabDialogItem()
216 Data_Impl* Find( SfxTabDlgData_Impl& rArr, sal_uInt16 nId, sal_uInt16* pPos = 0 );
218 Data_Impl* Find( SfxTabDlgData_Impl& rArr, sal_uInt16 nId, sal_uInt16* pPos ) in Find() argument
226 if ( pObj->nId == nId ) in Find()
620 SvtViewOptions aPageOpt( E_TABPAGE, String::CreateFromInt32( pDataObject->nId ) ); in ~SfxTabDialog()
[all …]
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx191 sal_uInt16 nId( m_pToolBar->GetItemId( n ) ); in dispose() local
193 if ( nId > 0 ) in dispose()
195 AddonsParams* pRuntimeItemData = (AddonsParams*)m_pToolBar->GetItemData( nId ); in dispose()
198 m_pToolBar->SetItemData( nId, NULL ); in dispose()
207 bool AddonsToolBarManager::MenuItemAllowed( sal_uInt16 nId ) const in MenuItemAllowed()
209 if (( nId == MENUITEM_TOOLBAR_VISIBLEBUTTON ) || in MenuItemAllowed()
210 ( nId == MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR )) in MenuItemAllowed()
221 sal_uInt16 nId( m_pToolBar->GetItemId( nPos ) ); in RefreshImages() local
223 if ( nId > 0 ) in RefreshImages()
225 ::rtl::OUString aCommandURL = m_pToolBar->GetItemCommand( nId ); in RefreshImages()
[all …]
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx142 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindCharFmt() local
143 if(nId != USHRT_MAX) in lcl_FindCharFmt()
144 pFmt = rDoc.GetCharFmtFromPool(nId); in lcl_FindCharFmt()
182 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindParaFmt() local
183 if(nId != USHRT_MAX) in lcl_FindParaFmt()
184 pColl = rDoc.GetTxtCollFromPool(nId); in lcl_FindParaFmt()
224 …const sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_PO… in lcl_FindFrmFmt() local
225 if(nId != USHRT_MAX) in lcl_FindFrmFmt()
226 pFmt = rDoc.GetFrmFmtFromPool(nId); in lcl_FindFrmFmt()
263 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(rName, nsSwGetPoolIdFromName::GET_POOLID_P… in lcl_FindPageDesc() local
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviews6.cxx130 sal_uInt16 nId = SvxFontWorkChildWindow::GetChildWindowId(); in GetFormTextState() local
132 if ( GetViewFrame()->HasChildWindow(nId) ) in GetFormTextState()
133 pDlg = (SvxFontWorkDialog*)(GetViewFrame()->GetChildWindow(nId)->GetWindow()); in GetFormTextState()
200 sal_uInt16 nId = AnimationChildWindow::GetChildWindowId(); in ExecAnimationWin() local
204 GetViewFrame()->GetChildWindow(nId)->GetWindow()); in ExecAnimationWin()
248 sal_uInt16 nId = pObj->GetObjIdentifier(); in GetAnimationWinState() local
250 if( nInv == SdrInventor && nId == OBJ_GRUP ) in GetAnimationWinState()
252 else if( nInv == SdrInventor && nId == OBJ_GRAF ) // Anim. GIF ? in GetAnimationWinState()
280 sal_uInt16 nId = SvxFontWorkChildWindow::GetChildWindowId(); in SetChildWindowState() local
281 rSet.Put(SfxBoolItem(SID_FONTWORK, GetViewFrame()->HasChildWindow(nId))); in SetChildWindowState()
[all …]
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx75 sal_uInt16 nId; member
340 while ( pToolBarResToName[nIndex].nId != 0 ) in GetResourceURLFromResId()
344 … sal_Int32( pToolBarResToName[nIndex].nId ), aResourceURL )); in GetResourceURLFromResId()
789 sal_uInt16 nId = aObjBarList[i].nId; in DeleteControllers_Impl() local
790 if ( nId ) in DeleteControllers_Impl()
791 aObjBarList[i].nId = 0; in DeleteControllers_Impl()
1240 (*pChildWins)[n]->nId = 0; in ResetObjectBars_Impl()
1269 aObjBar.nId = sal::static_int_cast<sal_uInt16>(nResId); in SetObjectBar_Impl()
1279 if ( aObjBarList[n].nId == aObjBar.nId ) in SetObjectBar_Impl()
1481 sal_uInt16 nId = aObjBarList[n].nId; in UpdateObjectBars_Impl() local
[all …]
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx132 ImplBtnDlgItem* ButtonDialog::ImplGetItem( sal_uInt16 nId ) const in ImplGetItem()
137 if ( pItem->mnId == nId ) in ImplGetItem()
336 void ButtonDialog::AddButton( const XubString& rText, sal_uInt16 nId, in AddButton() argument
341 pItem->mnId = nId; in AddButton()
352 mnFocusButtonId = nId; in AddButton()
359 void ButtonDialog::AddButton( StandardButtonType eType, sal_uInt16 nId, in AddButton() argument
364 pItem->mnId = nId; in AddButton()
386 mnFocusButtonId = nId; in AddButton()
396 void ButtonDialog::AddButton( PushButton* pBtn, sal_uInt16 nId, in AddButton() argument
401 pItem->mnId = nId; in AddButton()
[all …]
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx654 sal_uInt16 nId = BROWSER_NONE; in PreNotify() local
659 case KEY_DOWN: nId = BROWSER_CURSORDOWN; break; in PreNotify()
660 case KEY_UP: nId = BROWSER_CURSORUP; break; in PreNotify()
661 case KEY_PAGEDOWN: nId = BROWSER_CURSORPAGEDOWN; break; in PreNotify()
662 case KEY_PAGEUP: nId = BROWSER_CURSORPAGEUP; break; in PreNotify()
663 case KEY_HOME: nId = BROWSER_CURSORHOME; break; in PreNotify()
664 case KEY_END: nId = BROWSER_CURSOREND; break; in PreNotify()
669 nId = BROWSER_CURSORRIGHT; in PreNotify()
683 nId = BROWSER_CURSORRIGHT; in PreNotify()
686 case KEY_RIGHT: nId = BROWSER_CURSORRIGHT; break; in PreNotify()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx264 SvxFrameWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* pParentWindow );
304 SvxLineWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* pParentWindow );
1014 SvxFrameWindow_Impl::SvxFrameWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window… in SvxFrameWindow_Impl() argument
1016 …SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_3DLOOK | WB_D… in SvxFrameWindow_Impl()
1289 SvxLineWindow_Impl::SvxLineWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* … in SvxLineWindow_Impl() argument
1291 …SfxPopupWindow( nId, rFrame, pParentWindow, WinBits( WB_BORDER | WB_STDFLOATWIN | WB_3DLOOK | WB_D… in SvxLineWindow_Impl()
1811 sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) in SvxStyleToolBoxControl() argument
1812 : SfxToolBoxControl ( nSlotId, nId, rTbx ), in SvxStyleToolBoxControl()
2156 sal_uInt16 nId = GetId(); in StateChanged() local
2158 SvxStyleBox_Impl* pBox = (SvxStyleBox_Impl*)(rTbx.GetItemWindow( nId )); in StateChanged()
[all …]
/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1283 sal_Bool DffPropSet::IsHardAttribute( sal_uInt32 nId ) const in IsHardAttribute()
1286 nId &= 0x3ff; in IsHardAttribute()
1287 if ( ( nId & 0x3f ) >= 48 ) // is this a flag id in IsHardAttribute()
1288 …bRetValue = ( mpPropSetEntries[ nId ].nComplexIndexOrFlagsHAttr & ( 1 << ( 0xf - ( nId & 0xf ) ) )… in IsHardAttribute()
1290 bRetValue = ( mpPropSetEntries[ nId ].aFlags.bSoftAttr == 0 ); in IsHardAttribute()
1294 sal_uInt32 DffPropSet::GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault ) const in GetPropertyValue() argument
1296 nId &= 0x3ff; in GetPropertyValue()
1297 return ( mpPropSetEntries[ nId ].aFlags.bSet ) ? mpPropSetEntries[ nId ].nContent : nDefault; in GetPropertyValue()
1300 bool DffPropSet::GetPropertyBool( sal_uInt32 nId, bool bDefault ) const in GetPropertyBool() argument
1302 sal_uInt32 nBaseId = nId | 31; // base ID to get the sal_uInt32 property value in GetPropertyBool()
[all …]

12345678910>>...49