Home
last modified time | relevance | path

Searched refs:pParent (Results 51 – 75 of 2141) sorted by relevance

12345678910>>...86

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx380 :Control(pParent, nStyle) in NavigationBar()
550 pParent->MoveToFirst(); in IMPL_LINK()
552 pParent->MoveToPrev(); in IMPL_LINK()
554 pParent->MoveToNext(); in IMPL_LINK()
556 pParent->MoveToLast(); in IMPL_LINK()
558 pParent->AppendNew(); in IMPL_LINK()
598 if (!pParent->IsOpen() || pParent->IsDesignMode() || !pParent->IsEnabled() in GetState()
631 bAvailable = pParent->IsCurrentAppending() ? pParent->GetRowCount() > 1 : in GetState()
638 …bAvailable = (pParent->GetOptions() & DbGridControl::OPT_INSERT) && pParent->GetRowCount() && m_nC… in GetState()
704 if (pParent->IsCurrentAppending() && !pParent->IsModified()) in SetState()
[all …]
/trunk/main/vcl/source/app/
H A Dhelp.cxx217 sal_Bool Help::ShowBalloon( Window* pParent, in ShowBalloon() argument
221 ImplShowHelpWindow( pParent, HELPWINSTYLE_BALLOON, 0, in ShowBalloon()
229 sal_Bool Help::ShowBalloon( Window* pParent, in ShowBalloon() argument
233 ImplShowHelpWindow( pParent, HELPWINSTYLE_BALLOON, 0, in ShowBalloon()
262 sal_Bool Help::ShowQuickHelp( Window* pParent, in ShowQuickHelp() argument
268 ImplShowHelpWindow( pParent, HELPWINSTYLE_QUICK, nStyle, in ShowQuickHelp()
270 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in ShowQuickHelp()
285 sal_uIntPtr Help::ShowTip( Window* pParent, const Rectangle& rScreenRect, in ShowTip() argument
292 UpdateTip( nId, pParent, rScreenRect, rText ); in ShowTip()
308 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in UpdateTip()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx201 pDialog ( pParent ), in SfxOrganizeDlg_Impl()
216 aOkBtn ( pParent, SfxResId( BTN_OK ) ), in SfxOrganizeDlg_Impl()
217 aEditBtn ( pParent, SfxResId( BTN_EDIT ) ), in SfxOrganizeDlg_Impl()
471 if(0 == pParent) in Path()
473 pEntry = pParent; in Path()
474 pParent = pBox->GetParent(pEntry); in Path()
961 SvLBoxEntry* pParent = GetParent(pEntry); in EditedEntry() local
1308 SvLBoxEntry* pChild = FirstChild(pParent); in IsUniqName_Impl()
1322 SvLBoxEntry* pChild = FirstChild(pParent); in GetLevelCount_Impl()
1374 Window* pParent, in SfxOrganizeListBox_Impl() argument
[all …]
/trunk/main/sfx2/source/appl/
H A Dnewhelp.hxx85 void ClearChildren( SvLBoxEntry* pParent );
88 ContentListBox_Impl( Window* pParent, const ResId& rResId );
92 virtual void RequestingChilds( SvLBoxEntry* pParent );
138 IndexBox_Impl( Window* pParent, const ResId& rResId );
201 SearchBox_Impl( Window* pParent, const ResId& rResId ) : in SearchBox_Impl() argument
213 SearchResultsBox_Impl( Window* pParent, const ResId& rResId ) : ListBox( pParent, rResId ) {} in SearchResultsBox_Impl() argument
269 BookmarksBox_Impl( Window* pParent, const ResId& rResId );
344 SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* pParent );
424 TextWin_Impl( Window* pParent );
482 SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent );
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfixed.hxx45 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
61 explicit FixedText( Window* pParent, WinBits nStyle = 0 );
62 explicit FixedText( Window* pParent, const ResId& );
85 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
99 explicit FixedLine( Window* pParent, const ResId& );
122 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
132 explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 );
133 explicit FixedBitmap( Window* pParent, const ResId& );
163 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
173 explicit FixedImage( Window* pParent, WinBits nStyle = 0 );
[all …]
H A Dmsgbox.hxx86 MessBox( Window* pParent, WinBits nStyle,
88 MessBox( Window* pParent, const ResId& rResId );
121 InfoBox( Window* pParent, const XubString& rMessage );
122 InfoBox( Window* pParent, const ResId & rResId );
123 InfoBox( Window* pParent, WinBits nStyle,
140 WarningBox( Window* pParent, WinBits nStyle,
142 WarningBox( Window* pParent, const ResId& rResId );
160 ErrorBox( Window* pParent, WinBits nStyle,
162 ErrorBox( Window* pParent, const ResId& rResId );
178 QueryBox( Window* pParent, WinBits nStyle,
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx68 ScValidationDlg::ScValidationDlg( Window* pParent, in ScValidationDlg() argument
73 …ScValidationDlgBase( pParent ? pParent : SFX_APP()->GetTopWindow(), TAB_DLG_VALIDATION, pArgSet, p… in ScValidationDlg()
492 if( Window *pParent = GetParent() ) in GetValidationDlg() local
494 if ( dynamic_cast<ScValidationDlg*>( pParent ) ) in GetValidationDlg()
495 return static_cast< ScValidationDlg * >( pParent ); in GetValidationDlg()
496 }while ( NULL != ( pParent = pParent->GetParent() ) ); in GetValidationDlg()
583 Window *pParent = (*i)->GetParent(); in TidyListBoxes() local
585 (*i)->SetParent( pParent ); in TidyListBoxes()
689 : SfxTabPage ( pParent, in ScTPValidationHelp()
775 : SfxTabPage ( pParent, in ScTPValidationError()
[all …]
H A Dtpsubt.cxx57 : SfxTabPage ( pParent, in ScTpSubTotalGroup()
436 SfxTabPage* __EXPORT ScTpSubTotalGroup1::Create( Window* pParent, in Create() argument
438 { return ( new ScTpSubTotalGroup1( pParent, rArgSet ) ); } in Create()
444 { return ( new ScTpSubTotalGroup2( pParent, rArgSet ) ); } in Create()
450 { return ( new ScTpSubTotalGroup3( pParent, rArgSet ) ); } in Create()
455 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP1, rArgSet ) in ScTpSubTotalGroup1()
459 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP2, rArgSet ) in ScTpSubTotalGroup2()
463 ScTpSubTotalGroup( pParent, RID_SCPAGE_SUBT_GROUP3, rArgSet ) in ScTpSubTotalGroup3()
494 ScTpSubTotalOptions::ScTpSubTotalOptions( Window* pParent, in ScTpSubTotalOptions() argument
497 : SfxTabPage ( pParent, in ScTpSubTotalOptions()
[all …]
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx184 if ( !pResMgr && pParent ) in Construct_Impl()
185 pResMgr = pParent->pResMgr; in Construct_Impl()
210 pParent = pOwnParent; in SfxVirtualMenu()
247 pParent = 0; in SfxVirtualMenu()
301 if ( !bResCtor || !pParent) in ~SfxVirtualMenu()
303 if ( pParent ) in ~SfxVirtualMenu()
360 else if ( pParent ) in CreateFromSVMenu()
622 if ( pParent && pSVMenu == pParent->pAddonsMenu ) in IMPL_LINK()
931 if ( pParent && pSVMenu == pParent->pPickMenu ) in IMPL_LINK()
938 if ( pParent && pSVMenu == pParent->pWindowMenu ) in IMPL_LINK()
[all …]
/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx264 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatLine() local
267 if ( pParent && pDrawModelWrapper && pDrawViewWrapper ) in executeDispatch_FormatLine()
304 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatArea() local
307 if ( pParent && pDrawModelWrapper && pDrawViewWrapper ) in executeDispatch_FormatArea()
349 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TextAttributes() local
351 if ( pParent && pDrawViewWrapper ) in executeDispatch_TextAttributes()
363 pFact->CreateTextTabDialog( pParent, &aAttr, pDrawViewWrapper ) ); in executeDispatch_TextAttributes()
388 if ( pParent && pDrawViewWrapper ) in executeDispatch_TransformDialog()
402 pFact->CreateCaptionDialog( pParent, pDrawViewWrapper ) ); in executeDispatch_TransformDialog()
558 if ( pParent && pDrawModelWrapper && pDrawViewWrapper ) in executeDispatch_FontDialog()
[all …]
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx188 …virtual SfxAbstractTabDialog* CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pAttr, …
189 …virtual SfxAbstractTabDialog* CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pAttr, …
190 virtual AbstractAssistentDlg* CreateAssistentDlg( ::Window* pParent, sal_Bool bAutoPilot) = 0;
195 …virtual AbstractSdInsertPagesObjsDlg* CreateSdInsertPagesObjsDlg( ::Window* pParent, const SdDrawD…
196 …virtual AbstractMorphDlg* CreateMorphDlg( ::Window* pParent, const SdrObject* pObj1, const SdrOb…
197 …virtual SfxAbstractTabDialog* CreateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* …
198 …virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAtt…
203 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
204 …virtual AbstractSdVectorizeDlg* CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd…
207 virtual VclAbstractDialog* CreateMasterLayoutDialog( ::Window* pParent,
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx139 if ( pParent ) in GetBoundingBox_Impl()
941 if ( !pParent ) in clearAccessibleSelection()
944 nCount = getListBox()->GetLevelChildCount( pParent ); in clearAccessibleSelection()
961 if ( !pParent ) in selectAllAccessibleChildren()
964 nCount = getListBox()->GetLevelChildCount( pParent ); in selectAllAccessibleChildren()
983 if ( !pParent ) in getSelectedAccessibleChildCount()
985 nCount = getListBox()->GetLevelChildCount( pParent ); in getSelectedAccessibleChildCount()
1010 if ( !pParent ) in getSelectedAccessibleChild()
1248 if (pParent) in GetRealChild()
1250 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx116 …virtual VclAbstractDialog* CreateSfxDialog( Window* pParent, const SfxBindings& rBindings…
119 Window* pParent,
125 Window* pParent,
132 …virtual SfxAbstractInsertObjectDialog* CreateInsertObjectDialog( Window* pParent, const rtl::OUStr…
135 …virtual VclAbstractDialog* CreateEditObjectDialog( Window* pParent, const rtl::OUString& …
137 virtual SfxAbstractPasteDialog* CreatePasteDialog( Window* pParent )=0;
138 …virtual SfxAbstractLinksDialog* CreateLinksDialog( Window* pParent, sfx2::LinkManager* pM…
139 …virtual VclAbstractDialog * CreateSvxScriptOrgDialog( Window* pParent, const String& rLan…
143 Window* pParent,
149 Window* pParent, com::sun::star::uno::Any aException ) = 0;
[all …]
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx89 Control( pParent, rResId ), in SvxRectCtl()
1373 : ListBox( pParent, Id ) in HatchingLB()
1379 : ListBox( pParent, aWB ) in HatchingLB()
1493 : ListBox( pParent, Id ) in GradientLB()
1499 : ListBox( pParent, aWB ) in GradientLB()
1613 : ListBox(pParent, Id), in BitmapLB()
1857 : ListBox(pParent, Id), in LineLB()
1864 : ListBox(pParent, aWB), in LineLB()
1980 : ListBox( pParent, Id ) in LineEndLB()
1986 : ListBox( pParent, aWB ) in LineEndLB()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dstructpg.cxx45 StructListBox::StructListBox(Window* pParent, const ResId& rResId ): in StructListBox() argument
46 SvTreeListBox(pParent,rResId ) in StructListBox()
60 SvLBoxEntry* pParent, sal_uLong nPos, IFormulaToken* pToken ) in InsertStaticEntry() argument
62 …SvLBoxEntry* pEntry = InsertEntry( rText, rEntryImg, rEntryImg, pParent, sal_False, nPos, pToken ); in InsertStaticEntry()
100 StructPage::StructPage(Window* pParent): in StructPage() argument
101 TabPage(pParent,ModuleRes(RID_FORMULATAB_STRUCT)), in StructPage()
131 SvLBoxEntry* StructPage::InsertEntry( const XubString& rText, SvLBoxEntry* pParent, in InsertEntry() argument
140 pEntry = aTlbStruct.InsertEntry( rText, pParent, sal_False, nPos, pIFormulaToken ); in InsertEntry()
143 …pEntry = aTlbStruct.InsertStaticEntry( rText, maImgEnd, maImgEndHC, pParent, nPos, pIFormulaToken … in InsertEntry()
150 if( pEntry && pParent ) in InsertEntry()
[all …]
/trunk/main/svtools/source/inc/
H A Dproperty.hxx76 SvXPropertyControl( Window* pParent, WinBits nWinStyle = 0 );
77 SvXPropertyControl( Window* pParent, const ResId& rResId );
124 SvXPropertyEdit( Window* pParent, WinBits nWinStyle = 0 );
125 SvXPropertyEdit( Window* pParent, const ResId& rResId );
166 SvXPropertyListBox( Window* pParent, const ResId& rResId );
208 SvXPropertyComboBox( Window* pParent, const ResId& rResId );
254 SvPropertyLine( Window* pParent,
256 SvPropertyLine( Window* pParent,
439 SvTabPageForProperties(Window* pParent,WinBits nWinStyle = 0 );
515 SvPropertyBox ( Window* pParent, WinBits nWinStyle = 0 );
[all …]
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx94 SwContentOptPage( Window* pParent,
98 static SfxTabPage* Create( Window* pParent,
155 SwAddPrinterTabPage( Window* pParent,
159 static SfxTabPage* Create( Window* pParent,
244 SwStdFontTabPage( Window* pParent,
249 static SfxTabPage* Create( Window* pParent,
305 SwTableOptionsTabPage( Window* pParent,
311 static SfxTabPage* Create( Window* pParent,
403 SwMarkPreview(Window* pParent, const ResId& rResID);
476 SwTestTabPage( Window* pParent,
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextListBlockContext.cxx96 XMLTextListBlockContext *pParent = in XMLTextListBlockContext() local
98 msListStyleName = pParent->GetListStyleName(); in XMLTextListBlockContext()
100 mxNumRules = pParent->GetNumRules(); in XMLTextListBlockContext()
101 mnLevel = pParent->GetLevel() + 1; in XMLTextListBlockContext()
104 mbRestartNumbering = pParent->IsRestartNumbering() || in XMLTextListBlockContext()
110 mbSetDefaults = pParent->mbSetDefaults; in XMLTextListBlockContext()
112 msListId = pParent->GetListId(); in XMLTextListBlockContext()
113 msContinueListId = pParent->GetContinueListId(); in XMLTextListBlockContext()
279 XMLTextListBlockContext *pParent = in EndElement() local
281 if( pParent ) in EndElement()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx318 Control( pParent, rResId ) in PreviewWindow()
362 ModalDialog ( pParent, rResId ), in GraphicFilterDialog()
444 GraphicFilterMosaic::GraphicFilterMosaic( Window* pParent, const Graphic& rGraphic, in GraphicFilterMosaic() argument
446 GraphicFilterDialog( pParent, CUI_RES( RID_SVX_GRFFILTER_DLG_MOSAIC ), rGraphic ), in GraphicFilterMosaic()
525 GraphicFilterDialog ( pParent, CUI_RES( RID_SVX_GRFFILTER_DLG_SOLARIZE ), rGraphic ), in GraphicFilterSolarize()
585 GraphicFilterSepia::GraphicFilterSepia( Window* pParent, const Graphic& rGraphic, in GraphicFilterSepia() argument
587 GraphicFilterDialog ( pParent, CUI_RES( RID_SVX_GRFFILTER_DLG_SEPIA ), rGraphic ), in GraphicFilterSepia()
633 GraphicFilterPoster::GraphicFilterPoster( Window* pParent, const Graphic& rGraphic, in GraphicFilterPoster() argument
635 GraphicFilterDialog ( pParent, CUI_RES( RID_SVX_GRFFILTER_DLG_POSTER ), rGraphic ), in GraphicFilterPoster()
695 GraphicFilterEmboss::GraphicFilterEmboss( Window* pParent, const Graphic& rGraphic, in GraphicFilterEmboss() argument
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx260 …virtual SfxAbstractTabDialog* CreateSdTabCharDialog( ::Window* pParent, const SfxItemSet* pAttr, …
261 …virtual SfxAbstractTabDialog* CreateSdTabPageDialog( ::Window* pParent, const SfxItemSet* pAttr, …
262 virtual AbstractAssistentDlg* CreateAssistentDlg( ::Window* pParent, sal_Bool bAutoPilot);
267 …virtual AbstractSdInsertPagesObjsDlg* CreateSdInsertPagesObjsDlg( ::Window* pParent, const SdDrawD…
268 …virtual AbstractMorphDlg* CreateMorphDlg( ::Window* pParent, const SdrObject* pObj1, const SdrOb…
269 …virtual SfxAbstractTabDialog* CreateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* …
270 …virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAtt…
275 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
276 …virtual AbstractSdVectorizeDlg* CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd…
279 virtual VclAbstractDialog* CreateMasterLayoutDialog( ::Window* pParent,
[all …]
/trunk/main/starmath/inc/
H A Ddialog.hxx80 SmPrintOptionsTabPage(Window *pParent, const SfxItemSet &rOptions);
90 SmShowFont(Window *pParent, const ResId& rResId) : in SmShowFont() argument
91 Control(pParent, rResId) in SmShowFont()
150 SmFontSizeDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
261 SmDistanceDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
288 SmAlignDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
314 SmShowSymbolSet(Window *pParent, const ResId& rResId);
335 SmShowSymbol(Window *pParent, const ResId& rResId) : in SmShowSymbol() argument
336 Control(pParent, rResId) {} in SmShowSymbol()
396 SmShowChar(Window *pParent, const ResId& rResId) in SmShowChar() argument
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx248 void XIMStatusWindow::setPosition( SalFrame* pParent ) in setPosition() argument
250 if( pParent ) in setPosition()
252 if( pParent != m_pLastParent ) in setPosition()
255 m_pLastParent = pParent; in setPosition()
345 IIIMPStatusWindow::IIIMPStatusWindow( SalFrame* pParent, bool bOn ) : in IIIMPStatusWindow() argument
348 m_pResetFocus( pParent ), in IIIMPStatusWindow()
365 if( pParent ) in IIIMPStatusWindow()
497 if( pParent && pParent->isMapped() ) in IMPL_LINK()
563 void I18NStatus::setParent( SalFrame* pParent ) in setParent() argument
565 m_pParent = pParent; in setParent()
[all …]
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx166 virtual void RequestingChilds( SvLBoxEntry* pParent );
177 InsertEntry( const String& rURL, SvLBoxEntry* pParent = 0 );
546 Window* pParent, in UcbExplorerTreeListBox() argument
548 : SvTreeListBox( pParent, nWinStyle ), in UcbExplorerTreeListBox()
574 = static_cast< UcbExplorerListBoxEntry * >( pParent ); in RequestingChilds()
604 pParent ); in RequestingChilds()
930 pParent, in InsertEntry()
963 pParent, in InsertEntry()
974 pParent, in InsertEntry()
1019 return InsertEntry( aContent, pParent ); in InsertEntry()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddetailpages.hxx123 ODbaseDetailsPage(Window* pParent, const SfxItemSet& _rCoreAttrs);
155 OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
166 OOdbcDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
185 OUserDriverDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
204 OMySQLODBCDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
213 OGeneralSpecialJDBCDetailsPage( Window* pParent
253 MySQLNativePage( Window* pParent,
280 OAdabasDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
321 OLDAPDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
350 OMozillaDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
[all …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx1175 pParent = pParent->GetParent(); in ImplCallMove()
2626 while( pParent && pParent->IsPaintTransparent() ) in ImplInvalidateFrameRegion()
2627 pParent = pParent->ImplGetParent(); in ImplInvalidateFrameRegion()
4072 pParent = pParent->mpWindowImpl->mpParent; in ImplGrabFocus()
4701 … if ( pParent && pParent->IsEnabled() && pParent->IsInputEnabled() && ! pParent->IsInModalMode() ) in ~Window()
5194 pParent = pParent->ImplGetParent(); in ImplNotifyKeyMouseCommandEventListeners()
8924 else if( pParent && !pParent->ImplIsAccessibleCandidate() ) in GetAccessibleParentWindow()
8926 pParent = pParent->mpWindowImpl->mpParent; in GetAccessibleParentWindow()
9372 while ( pParent && pParent->mpWindowImpl) in IsAccessibilityEventsSuppressed()
9679 pParent = pParent->GetParent(); in ImplIncModalCount()
[all …]

Completed in 151 milliseconds

12345678910>>...86