Lines Matching refs:aTimeText

71 	MyFixedText		aTimeText;  member in MyWindow
197 aTimeText( this ), in MyWindow()
214 aTimeText.SetPosSizePixel( Point(10,80), Size(100,20) ); in MyWindow()
242 aTimeText.Show(); in MyWindow()
417 void lcl_Annotations( FixedText& aTimeText ) in lcl_Annotations() argument
439 aTimeText.SetText(aBlubb); in lcl_Annotations()
470 aTimeText.SetText(String(nEnd-nStart)+String(" ms")); in lcl_Annotations()
481 void lcl_Cursor( FixedText& aTimeText ) in lcl_Cursor() argument
483 aTimeText.SetText( "..." ); in lcl_Cursor()
594 aTimeText.SetText( String(nCount) ); in lcl_Cursor()
608 void lcl_Cells( FixedText& aTimeText ) in lcl_Cells() argument
610 aTimeText.SetText( "..." ); in lcl_Cells()
655 aTimeText.SetText(String(nCount)+String(" ")+String(nEnd-nStart)+String(" ms")); in lcl_Cells()
663 void lcl_Sheet( FixedText& aTimeText ) in lcl_Sheet() argument
665 aTimeText.SetText( "..." ); in lcl_Sheet()
731 aTimeText.SetText(String("W:")+String(nWidth)+String(" H:")+String(nHeight)+ in lcl_Sheet()
735 void lcl_Names( FixedText& aTimeText ) in lcl_Names() argument
737 aTimeText.SetText( "..." ); in lcl_Names()
745 aTimeText.SetText(aCont); in lcl_Names()
759 void lcl_Sheets( FixedText& aTimeText ) in lcl_Sheets() argument
761 aTimeText.SetText( "..." ); in lcl_Sheets()
778 void lcl_Goal( FixedText& aTimeText ) in lcl_Goal() argument
809 void lcl_TabOp( FixedText& aTimeText ) in lcl_TabOp() argument
896 void lcl_Fill( FixedText& aTimeText ) in lcl_Fill() argument
915 void lcl_Audi( FixedText& aTimeText ) in lcl_Audi() argument
917 aTimeText.SetText( "..." ); in lcl_Audi()
935 void lcl_Consoli( FixedText& aTimeText ) in lcl_Consoli() argument
947 void lcl_Sort( FixedText& aTimeText ) in lcl_Sort() argument
996 void lcl_Filter( FixedText& aTimeText ) in lcl_Filter() argument
998 aTimeText.SetText("..."); in lcl_Filter()
1041 aTimeText.SetText("kein Filter"); in lcl_Filter()
1044 aTimeText.SetText("Filter gefunden"); in lcl_Filter()
1048 void lcl_AutoFilter( FixedText& aTimeText ) in lcl_AutoFilter() argument
1063 void lcl_Merge( FixedText& aTimeText ) in lcl_Merge() argument
1083 void lcl_Outline( FixedText& aTimeText ) in lcl_Outline() argument
1115 void lcl_Bla( FixedText& aTimeText ) in lcl_Bla() argument
1117 aTimeText.SetText("..."); in lcl_Bla()
1133 aTimeText.SetText(aBla); in lcl_Bla()
1136 void lcl_CellCursor( FixedText& aTimeText ) in lcl_CellCursor() argument
1190 void lcl_Notes( FixedText& aTimeText ) in lcl_Notes() argument
1192 aTimeText.SetText( "..." ); in lcl_Notes()
1225 void lcl_Scenario( FixedText& aTimeText ) in lcl_Scenario() argument
1227 aTimeText.SetText( "..." ); in lcl_Scenario()
1257 aTimeText.SetText( nCount ); in lcl_Scenario()
1280 void lcl_Formula( FixedText& aTimeText ) in lcl_Formula() argument
1282 aTimeText.SetText("..."); in lcl_Formula()
1299 aTimeText.SetText(aStr); in lcl_Formula()
1302 void lcl_DBRange( FixedText& aTimeText ) // 23 in lcl_DBRange() argument
1304 aTimeText.SetText("..."); in lcl_DBRange()
1326 aTimeText.SetText(aName); in lcl_DBRange()
1335 void lcl_FillTab( FixedText& aTimeText ) // 24 in lcl_FillTab() argument
1337 aTimeText.SetText("..."); in lcl_FillTab()
1351 aTimeText.SetText(nCount); in lcl_FillTab()
1354 void lcl_Listener( FixedText& aTimeText ) // 25 in lcl_Listener() argument
1360 xView->addSelectionChangeListener( new ScTestListener(&aTimeText) ); in lcl_Listener()
1363 void lcl_CellAttrib( FixedText& aTimeText ) // 26 in lcl_CellAttrib() argument
1404 void lcl_Styles( FixedText& aTimeText ) // 27 in lcl_Styles() argument
1406 aTimeText.SetText("..."); in lcl_Styles()
1415 aTimeText.SetText(nCount); in lcl_Styles()
1438 void lcl_PageStyle( FixedText& aTimeText ) // 28 in lcl_PageStyle() argument
1440 aTimeText.SetText("..."); in lcl_PageStyle()
1467 aTimeText.SetText(aVal); in lcl_PageStyle()
1475 void lcl_AutoForm( FixedText& aTimeText ) // 29 in lcl_AutoForm() argument
1517 void lcl_Pivot( FixedText& aTimeText ) // 30 in lcl_Pivot() argument
1575 aTimeText.SetText(String(nCount)+String(" x Count: ")+String(nEnd-nStart)+String(" ms")); in IMPL_LINK()
1587 aTimeText.SetText(String("Count: ")+String(nEnd-nStart)+String(" ms")); in IMPL_LINK()
1594 lcl_Annotations(aTimeText); in IMPL_LINK()
1597 lcl_Cursor(aTimeText); in IMPL_LINK()
1600 lcl_Cells(aTimeText); in IMPL_LINK()
1603 lcl_Sheet(aTimeText); in IMPL_LINK()
1606 lcl_Names(aTimeText); in IMPL_LINK()
1609 lcl_Sheets(aTimeText); in IMPL_LINK()
1612 lcl_Goal(aTimeText); in IMPL_LINK()
1615 lcl_TabOp(aTimeText); in IMPL_LINK()
1618 lcl_Fill(aTimeText); in IMPL_LINK()
1621 lcl_Audi(aTimeText); in IMPL_LINK()
1624 lcl_Consoli(aTimeText); in IMPL_LINK()
1627 lcl_Sort(aTimeText); in IMPL_LINK()
1630 lcl_Filter(aTimeText); in IMPL_LINK()
1633 lcl_AutoFilter(aTimeText); in IMPL_LINK()
1636 lcl_Merge(aTimeText); in IMPL_LINK()
1639 lcl_Outline(aTimeText); in IMPL_LINK()
1642 lcl_Bla(aTimeText); in IMPL_LINK()
1645 lcl_CellCursor(aTimeText); in IMPL_LINK()
1648 lcl_Notes(aTimeText); in IMPL_LINK()
1651 lcl_Scenario(aTimeText); in IMPL_LINK()
1654 lcl_Formula(aTimeText); in IMPL_LINK()
1657 lcl_DBRange(aTimeText); in IMPL_LINK()
1660 lcl_FillTab(aTimeText); in IMPL_LINK()
1663 lcl_Listener(aTimeText); in IMPL_LINK()
1666 lcl_CellAttrib(aTimeText); in IMPL_LINK()
1669 lcl_Styles(aTimeText); in IMPL_LINK()
1672 lcl_PageStyle(aTimeText); in IMPL_LINK()
1675 lcl_AutoForm(aTimeText); in IMPL_LINK()
1678 lcl_Pivot(aTimeText); in IMPL_LINK()
1698 aTimeText.SetText("..."); in IMPL_LINK()
1726 aTimeText.SetText(aVal); in IMPL_LINK()
1740 aTimeText.SetText("..."); in IMPL_LINK()
1820 aTimeText.SetText(aBla); in IMPL_LINK()
1901 aTimeText.SetText(aResult); in IMPL_LINK()
1970 aTimeText.SetText(aFormula); in IMPL_LINK()
1973 aTimeText.SetText("..."); in IMPL_LINK()