Searched refs:aPageStr (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 831 String aPageStr; in GetStatusBarState() local 835 aPageStr = String(SdResId(STR_SD_PAGE)); in GetStatusBarState() 849 aPageStr += sal_Unicode(' '); in GetStatusBarState() 850 aPageStr += String::CreateFromInt32( nFirstPage + 1 ); in GetStatusBarState() 851 aPageStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " / " )); in GetStatusBarState() 852 aPageStr += String::CreateFromInt32( in GetStatusBarState() 860 rSet.Put( SfxStringItem( SID_STATUS_PAGE, aPageStr ) ); in GetStatusBarState()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 177 String aPageStr( C2S(" [") ); in TYPEINIT1() local 178 aPageStr += String( SW_RES( STR_PAGE ) ); in TYPEINIT1() 179 aPageStr += ' '; in TYPEINIT1() 180 aPageStr += String::CreateFromInt32( nCurPage ); in TYPEINIT1() 181 aPageStr += ']'; in TYPEINIT1() 183 rOutDev.DrawText( aPos, aPageStr ); in TYPEINIT1()
|
H A D | view.cxx | 728 aPageStr( SW_RES( STR_PAGE )), in SwView()
|
H A D | view2.cxx | 190 String aStr( aPageStr ); in GetPageStr()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 1434 String aPageStr, aLayoutStr; in GetStatusBarState() local 1468 aPageStr = String(SdResId( STR_SD_PAGE )); in GetStatusBarState() 1469 aPageStr += sal_Unicode(' '); in GetStatusBarState() 1470 aPageStr += String::CreateFromInt32( (sal_Int32)(nPos + 1) ); // sal_uLong -> sal_Int32 in GetStatusBarState() 1471 aPageStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " / " )); in GetStatusBarState() 1472 aPageStr += String::CreateFromInt32( nPageCount ); in GetStatusBarState() 1477 if(m_StrOldPageName!=aPageStr) in GetStatusBarState() 1480 m_StrOldPageName = aPageStr; in GetStatusBarState() 1483 rSet.Put( SfxStringItem( SID_STATUS_PAGE, aPageStr ) ); in GetStatusBarState()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 147 String aPageStr( RTL_CONSTASCII_USTRINGPARAM( " [" ) ); in lcl_PrintHeader() local 148 aPageStr += String( IDEResId( RID_STR_PAGE ) ); in lcl_PrintHeader() 149 aPageStr += ' '; in lcl_PrintHeader() 150 aPageStr += String::CreateFromInt32( nCurPage ); in lcl_PrintHeader() 151 aPageStr += ']'; in lcl_PrintHeader() 154 pPrinter->DrawText( aPos, aPageStr ); in lcl_PrintHeader()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 1145 String aPageStr = aPageText; in DrawPagePreview() local 1146 aPageStr += String::CreateFromInt32(nPageNo); in DrawPagePreview() 1155 pEditEng->SetText( aPageStr ); in DrawPagePreview() 1177 Size aSize100( pContentDev->GetTextWidth( aPageStr ), pContentDev->GetTextHeight() ); in DrawPagePreview() 1186 Size aTextSize( pContentDev->GetTextWidth( aPageStr ), pContentDev->GetTextHeight() ); in DrawPagePreview() 1189 pContentDev->DrawText( aPos, aPageStr ); in DrawPagePreview()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | view.hxx | 197 String aPageStr; //Statusanzeige, aktuelle Seite member in SwView
|
Completed in 71 milliseconds