Home
last modified time | relevance | path

Searched refs:nId (Results 51 – 75 of 1213) sorted by relevance

12345678910>>...49

/aoo42x/main/editeng/source/items/
H A Dparaitem.cxx555 SfxByteItem( nId, nL ) in SvxWidowsItem()
627 SfxByteItem( nId, nL ) in SvxOrphansItem()
699 SfxPoolItem( nId ) in SvxHyphenZoneItem()
799 rText = EE_RESSTR(nId); in GetPresentation()
805 rText += EE_RESSTR(nId); in GetPresentation()
820 rText = EE_RESSTR(nId); in GetPresentation()
1365 rText = EE_RESSTR(nId); in GetPresentation()
1449 : SfxBoolItem( nId, bOn ) in SvxScriptSpaceItem()
1502 : SfxBoolItem( nId, bOn ) in SvxHangingPunctuationItem()
1555 : SfxBoolItem( nId, bOn ) in SvxForbiddenRuleItem()
[all …]
/aoo42x/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 …]
H A Dlinectrl.cxx90 SfxToolBoxControl( nSlotId, nId, rTbx ), in SvxLineStyleToolBoxControl()
232 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineWidthToolBoxControl()
299 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineColorToolBoxControl()
466 sal_uInt16 nId = aLineEndSet.GetSelectItemId(); in IMPL_LINK() local
468 if( nId == 1 ) in IMPL_LINK()
472 else if( nId == 2 ) in IMPL_LINK()
476 else if( nId % 2 ) // LinienAnfang in IMPL_LINK()
739 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxLineEndToolBoxControl()
741 rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); in SvxLineEndToolBoxControl()
774 sal_uInt16 nId = GetId(); in StateChanged() local
[all …]
H A Dgrafctrl.cxx617 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafFilterToolBoxControl()
619 rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); in SvxGrafFilterToolBoxControl()
663 SfxToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafToolBoxControl()
665 rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); in SvxGrafToolBoxControl()
715 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafRedToolBoxControl()
728 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafGreenToolBoxControl()
741 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafBlueToolBoxControl()
754 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafLuminanceToolBoxControl()
767 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafContrastToolBoxControl()
780 SvxGrafToolBoxControl( nSlotId, nId, rTbx ) in SvxGrafGammaToolBoxControl()
[all …]
/aoo42x/main/vcl/source/window/
H A Dmenu.cxx249 pData->nId = nId; in Insert()
263 aSalMIData.nId = nId; in Insert()
294 aSalMIData.nId = 0; in InsertSeparator()
515 void SetFocusId( sal_uLong nId ) { nSaveFocusId = nId; } in SetFocusId() argument
611 aTbx.InsertItem( nId, GetItemImage( nId ) ); in calcMinSize()
728 void SetFocusId( sal_uLong nId ) { nSaveFocusId = nId; } in SetFocusId() argument
794 sal_uInt16 nId = 0; in ImplHandleHelpEvent() local
800 nId = pItemData->nId; in ImplHandleHelpEvent()
3449 nId = GetItemPos( nId ); in SelectEntry()
6105 nId++; in AddMenuBarButton()
[all …]
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx484 sal_uInt16 nItemPos = GetColumnPos( nId ); in GetColumnWidth()
1623 sal_uInt16 nId = GetColumnId(nResizeCol); in MouseButtonUp() local
1625 ColumnResized( nId ); in MouseButtonUp()
1858 sal_uInt16 nId = BROWSER_NONE; in ProcessKey() local
1875 if ( BROWSER_NONE != nId ) in ProcessKey()
1893 nId = BROWSER_CURSORLEFT; break; in ProcessKey()
1913 if ( nId != BROWSER_NONE ) in ProcessKey()
1914 Dispatch( nId ); in ProcessKey()
1915 return nId != BROWSER_NONE; in ProcessKey()
1920 void BrowseBox::Dispatch( sal_uInt16 nId ) in Dispatch() argument
[all …]
/aoo42x/main/sfx2/source/appl/
H A Dappuno.cxx1153 for(sal_uInt16 nId = *pRanges++; nId <= *pRanges; ++nId) in TransformItems() local
1169 if ( nId == nWhich ) in TransformItems()
1190 if ( nId == SID_CONTENT ) in TransformItems()
1194 if ( nId == SID_STREAM ) in TransformItems()
1206 if ( nId == SID_VIEW_ID ) in TransformItems()
1216 if ( nId == SID_HIDDEN ) in TransformItems()
1220 if ( nId == SID_SILENT ) in TransformItems()
1222 if ( nId == SID_PREVIEW ) in TransformItems()
1232 if ( nId == SID_PATH ) in TransformItems()
1274 if ( nId == SID_SAVETO ) in TransformItems()
[all …]
/aoo42x/main/sfx2/inc/sfx2/
H A Dshell.hxx177 SAL_DLLPRIVATE void Invalidate_Impl( SfxBindings& rBindings, sal_uInt16 nId );
222 virtual void Invalidate(sal_uInt16 nId = 0);
246 SAL_DLLPRIVATE const SfxSlot* GetVerbSlot_Impl(sal_uInt16 nId) const;
248 void SetHelpId(sal_uIntPtr nId);
254 virtual SfxItemSet* CreateItemSet( sal_uInt16 nId );
330 #define SFX_DECL_INTERFACE(nId) \ argument
394 #define SFX_CHILDWINDOW_REGISTRATION(nId) \ argument
395 GetStaticInterface()->RegisterChildWindow( nId, (sal_Bool) sal_False )
397 #define SFX_FEATURED_CHILDWINDOW_REGISTRATION(nId,nFeature) \ argument
400 #define SFX_CHILDWINDOW_CONTEXT_REGISTRATION(nId) \ argument
[all …]
H A Dtabdlg.hxx123 virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
150 void AddTabPage( sal_uInt16 nId,
154 void AddTabPage( sal_uInt16 nId,
160 void AddTabPage( sal_uInt16 nId,
167 void AddTabPage( sal_uInt16 nId,
169 void AddTabPage( sal_uInt16 nId,
173 void AddTabPage( sal_uInt16 nId,
178 void RemoveTabPage( sal_uInt16 nId );
180 void SetCurPageId( sal_uInt16 nId ) { nAppPageId = nId; } in SetCurPageId() argument
183 void ShowPage( sal_uInt16 nId );
[all …]
H A Dmnuitem.hxx60 static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings );
66 void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
69 void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
89 static SfxMenuControl* CreateControl( sal_uInt16 nId, Menu &, SfxBindings & );
92 static sal_Bool IsSpecialControl( sal_uInt16 nId, SfxModule* );
101 SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&,
103 SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&,
112 typedef SfxMenuControl* (*SfxMenuControlCtor)( sal_uInt16 nId, Menu &, SfxBindings & );
145 static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings ); \
149 …SfxMenuControl* __EXPORT Class::CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings ) \
[all …]
/aoo42x/main/sfx2/source/control/
H A Dshell.cxx612 if ( nId == 0 ) in Invalidate_Impl()
621 const SfxSlot *pSlot = pIF->GetSlot(nId); in Invalidate_Impl()
868 const sal_uInt16 nId = rSlot.GetWhich( rPool ); in CanExecuteSlot_Impl() local
869 SfxItemSet aSet(rPool, nId, nId); in CanExecuteSlot_Impl()
1093 sal_uInt16 nId = SID_VERB_START + n1; in SFX_EXEC_STUB() local
1159 sal_uInt16 nId = rReq.GetSlot(); in VerbExec() local
1175 if (nId == SID_VERB_START + nVerb++) in VerbExec()
1197 DBG_ASSERT(nId >= SID_VERB_START && nId <= SID_VERB_END,"Falsche VerbId!"); in GetVerbSlot_Impl()
1198 sal_uInt16 nIndex = nId - SID_VERB_START; in GetVerbSlot_Impl()
1209 void SfxShell::SetHelpId(sal_uIntPtr nId) in SetHelpId() argument
[all …]
/aoo42x/main/sd/source/ui/view/
H A Ddrviewsc.cxx615 GetViewFrame()->ToggleChildWindow( nId ); in FuTemp03()
618 if ( GetViewFrame()->HasChildWindow( nId ) in FuTemp03()
882 sal_uInt16 nId = GetArrayId( SID_ZOOM_TOOLBOX ) + 1; in UpdateToolboxImages() local
885 nId = GetArrayId( SID_DRAWTBX_INSERT ) + 1; in UpdateToolboxImages()
888 nId = GetArrayId( SID_POSITION ) + 1; in UpdateToolboxImages()
891 nId = GetArrayId( SID_OBJECT_ALIGN ) + 1; in UpdateToolboxImages()
896 for( sal_uInt16 nId = 0; nId < SLOTARRAY_COUNT; nId += 2 ) in UpdateToolboxImages() local
898 rSet.Put( TbxImageItem( mpSlotArray[nId], mpSlotArray[nId+1] ) ); in UpdateToolboxImages()
912 sal_uInt16 nId = GetArrayId( nSId ); in GetMappedSlot() local
913 if( nId != USHRT_MAX ) in GetMappedSlot()
[all …]
/aoo42x/main/rsc/source/res/
H A Drscconst.cxx53 RscConst::RscConst( Atom nId, sal_uInt32 nTypeId ) in RscConst() argument
54 : RscTop( nId, nTypeId ) in RscConst()
106 pVarArray[ nEntries ].nId = nVarName; in SetConstant()
124 return pVarArray[ nPos ].nId; in GetConstant()
142 if( pVarArray[ i ].nId == nConst ) in GetConstValue()
166 *pConst = pVarArray[ i ].nId; in GetValueConst()
189 if( pVarArray[ i ].nId == nConst ) in GetConstPos()
244 RscEnum::RscEnum( Atom nId, sal_uInt32 nTypeId ) in RscEnum() argument
245 : RscConst( nId, nTypeId ) in RscEnum()
288 return( SetConst( rInst, pVarArray[ i ].nId, lValue ) ); in SetNumber()
[all …]
/aoo42x/main/sw/source/ui/app/
H A Dappopt.cxx85 SfxItemSet* SwModule::CreateItemSet( sal_uInt16 nId ) in CreateItemSet() argument
87 sal_Bool bTextDialog = (nId == SID_SW_EDITOPTIONS) ? sal_True : sal_False; in CreateItemSet()
291 void SwModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet() argument
293 sal_Bool bTextDialog = nId == SID_SW_EDITOPTIONS; in ApplyItemSet()
501 switch( nId ) in CreateTabPage()
509 ::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( nId ); in CreateTabPage()
527 ::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( nId ); in CreateTabPage()
531 if(RID_SW_TP_STD_FONT != nId) in CreateTabPage()
567 if( (bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE == nId) || in CreateTabPage()
568 (!bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE != nId) ) in CreateTabPage()
[all …]
/aoo42x/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx189 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in getPropertyValue() local
190 switch(nId) in getPropertyValue()
234 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in setPropertyValue() local
235 switch(nId) in setPropertyValue()
280 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in describePropertyLine() local
281 switch(nId) in describePropertyLine()
300 if ( nId != -1 ) in describePropertyLine()
317 switch(nId) in convertToPropertyValue()
349 switch(nId) in convertToControlValue()
436 switch(nId) in onInteractivePropertySelection()
[all …]
/aoo42x/main/cui/source/inc/
H A Diconcdlg.hxx67 sal_uInt16 nId; // Die ID member
76 : nId ( Id ), in IconChoicePageData()
191 IconChoicePageData* GetPageData ( sal_uInt16 nId );
196 void SetPosSizePages ( sal_uInt16 nId );
198 void FocusOnIcon ( sal_uInt16 nId );
204 virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage );
205 virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
236 sal_uInt16 nId, const String& rIconText, const Image& rChoiceIcon, const Image& rChoiceIconHC,
240 void SetCurPageId( sal_uInt16 nId ) { mnCurrentPageId = nId; FocusOnIcon( nId ); } in SetCurPageId() argument
242 void ShowPage( sal_uInt16 nId );
/aoo42x/main/vcl/os2/source/app/
H A Dsalshl.cxx61 HPOINTER ImplLoadSalCursor( int nId ) in ImplLoadSalCursor() argument
65 HPOINTER hPointer = WinLoadPointer( HWND_DESKTOP, aSalShlData.mhMod, nId ); in ImplLoadSalCursor()
70 debug_printf( "ImplLoadSalCursor: pointer %d not found in sal resource\n", nId); in ImplLoadSalCursor()
77 sal_Bool ImplLoadSalIcon( int nId, HPOINTER& rIcon) in ImplLoadSalIcon() argument
87 if( pSalIcon->nId != nId ) in ImplLoadSalIcon()
97 rIcon = WinLoadPointer( HWND_DESKTOP, NULL, nId ); in ImplLoadSalIcon()
102 rIcon = WinLoadPointer( HWND_DESKTOP, aSalShlData.mhMod, nId ); in ImplLoadSalIcon()
109 pSalIcon->nId = nId; in ImplLoadSalIcon()
/aoo42x/main/framework/source/uielement/
H A Dlangselectionstatusbarcontroller.cxx206 …sal_Int16 nId = xPopupMenu->execute( xParent, aRect, com::sun::star::awt::PopupMenuDirection::EXEC… in LangMenu() local
208 if ( nId && m_xFrame.is() ) in LangMenu()
212 const OUString aSelectedLang = aLangMap[nId]; in LangMenu()
214 if (MID_LANG_SEL_1 <= nId && nId <= MID_LANG_SEL_9) in LangMenu()
219 else if (nId == MID_LANG_SEL_NONE) in LangMenu()
224 else if (nId == MID_LANG_SEL_RESET) in LangMenu()
229 else if (nId == MID_LANG_SEL_MORE) in LangMenu()
234 else if (MID_LANG_PARA_1 <= nId && nId <= MID_LANG_PARA_9) in LangMenu()
239 else if (nId == MID_LANG_PARA_NONE) in LangMenu()
244 else if (nId == MID_LANG_PARA_RESET) in LangMenu()
[all …]
H A Dnewmenucontroller.cxx143 sal_uInt16 nId( 0 ); in determineAndSetNewDocAccel() local
153 nId = pPopupMenu->GetItemId( sal_uInt16( i )); in determineAndSetNewDocAccel()
154 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel()
156 aCommand = pPopupMenu->GetItemCommand( nId ); in determineAndSetNewDocAccel()
159 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
175 nId = pPopupMenu->GetItemId( sal_uInt16( i )); in determineAndSetNewDocAccel()
176 if ( nId != 0 && pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR ) in determineAndSetNewDocAccel()
178 aCommand = pPopupMenu->GetItemCommand( nId ); in determineAndSetNewDocAccel()
181 pPopupMenu->SetAccelKey( nId, rKeyCode ); in determineAndSetNewDocAccel()
255 if ( nId & ( pPopupMenu->GetItemType( nId ) != MENUITEM_SEPARATOR )) in setAccelerators()
[all …]
/aoo42x/main/tools/inc/tools/
H A Dresid.hxx59 void ImplInit( sal_uInt32 nId, ResMgr& rMgr, RSHEADER_TYPE* pRes ) in ImplInit() argument
61 …m_pResource = pRes; m_nResId = nId; m_nRT = RSC_NOTYPE; m_pResMgr = &rMgr; m_nRT2 = RSC_NOTYPE; m_… in ImplInit()
69 ResId( sal_uInt32 nId, ResMgr& rMgr ) in ResId() argument
71 ImplInit( nId, rMgr, NULL ); in ResId()
74 ResId( sal_uInt16 nId, ResMgr& rMgr ) in ResId() argument
76 ImplInit( sal_uInt32(nId), rMgr, NULL ); in ResId()
78 ResId( int nId, ResMgr& rMgr ) in ResId() argument
80 ImplInit( sal_uInt32(nId), rMgr, NULL ); in ResId()
82 ResId( long nId, ResMgr& rMgr ) in ResId() argument
84 ImplInit( sal_uInt32(nId), rMgr, NULL ); in ResId()
/aoo42x/main/fpicker/source/office/
H A Diodlgimp.cxx119 SvtSimpleResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtSimpleResId()
260 sal_uInt16 nId = GetCurItemId(); in Select() local
262 if ( nId ) in Select()
264 --nId; in Select()
265 DBG_ASSERT( nId <= _pURLs->Count(), "SvtUpButton_Impl:falscher Index" ); in Select()
267 String aURL = *(_pURLs->GetObject( nId )); in Select()
335 sal_uInt16 nId = GetCurItemId(); in Select() local
336 if ( nId ) in Select()
338 --nId; in Select()
340 if ( nId < m_aFavourites.size() ) in Select()
[all …]
/aoo42x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx506 sal_uInt16 nId = _pPopup->GetItemId(i); in lcl_enableEntries() local
507 PopupMenu* pSubPopUp = _pPopup->GetPopupMenu(nId); in lcl_enableEntries()
519 _pPopup->EnableItem( nId, bEnabled ); in lcl_enableEntries()
540 sal_uInt16 nId = _rMenu.GetItemId(pos); in lcl_adjustMenuItemIDs() local
541 String aCommand = _rMenu.GetItemCommand( nId ); in lcl_adjustMenuItemIDs()
542 PopupMenu* pPopup = _rMenu.GetPopupMenu( nId ); in lcl_adjustMenuItemIDs()
550 _rMenu.InsertItem( nCommandId, _rMenu.GetItemText( nId ), _rMenu.GetItemImage( nId ), in lcl_adjustMenuItemIDs()
551 _rMenu.GetItemBits( nId ), pos ); in lcl_adjustMenuItemIDs()
578 sal_uInt16 nId = _rMenu.GetItemId(pos); in lcl_insertMenuItemImages() local
579 String aCommand = _rMenu.GetItemCommand( nId ); in lcl_insertMenuItemImages()
[all …]
/aoo42x/main/svx/inc/svx/
H A Dgrafctrl.hxx56 SvxGrafFilterToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
73 SvxGrafToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
88 SvxGrafRedToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
99 SvxGrafGreenToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
110 SvxGrafBlueToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
121 SvxGrafLuminanceToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
132 SvxGrafContrastToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
143 SvxGrafGammaToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
154 SvxGrafTransparenceToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
165 SvxGrafModeToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
/aoo42x/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx258 if ( nId == (*ii)->getBufferId()) in findElementMarkBuffer()
298 if ( nId == (*ii)->getBufferId()) in removeElementMarkBuffer()
746 sal_Int32 nId = *pId; in releaseElementMarkBuffer() local
785 removeElementMarkBuffer(nId); in releaseElementMarkBuffer()
855 removeElementMarkBuffer(nId); in releaseElementMarkBuffer()
955 nId, in createElementCollector()
967 return nId; in createElementCollector()
1005 return nId; in createBlocker()
1146 sal_Int32 nId = -1; in cloneElementCollector() local
1151 nId = m_nNextElementMarkId; in cloneElementCollector()
[all …]
/aoo42x/main/sw/inc/
H A DIDocumentStylePoolAccess.hxx50 virtual SwTxtFmtColl* GetTxtCollFromPool( sal_uInt16 nId, bool bRegardLanguage = true ) = 0;
54 virtual SwFmt* GetFmtFromPool( sal_uInt16 nId ) = 0;
58 virtual SwFrmFmt* GetFrmFmtFromPool( sal_uInt16 nId ) = 0;
62 virtual SwCharFmt* GetCharFmtFromPool( sal_uInt16 nId ) = 0;
66 virtual SwPageDesc* GetPageDescFromPool( sal_uInt16 nId, bool bRegardLanguage = true ) = 0;
70 virtual SwNumRule* GetNumRuleFromPool( sal_uInt16 nId ) = 0;
74 virtual bool IsPoolTxtCollUsed( sal_uInt16 nId ) const = 0;
75 virtual bool IsPoolFmtUsed( sal_uInt16 nId ) const = 0;
76 virtual bool IsPoolPageDescUsed( sal_uInt16 nId ) const = 0;

Completed in 173 milliseconds

12345678910>>...49