Searched refs:aDocTitle (Results 1 – 2 of 2) sorted by relevance
301 String aDocTitle(SW_RES( STR_GLOSSARY )); in SV_IMPL_REF() local302 aDocTitle += ' '; in SV_IMPL_REF()303 aDocTitle += sLongName; in SV_IMPL_REF()325 xDocSh->SetTitle( aDocTitle ); in SV_IMPL_REF()330 xTitle->setTitle( aDocTitle ); in SV_IMPL_REF()
1189 ByteString aDocTitle; in DrawEPS() local1194 ( aDocTitle.Len() == 0 && bEndComments == false ) ) in DrawEPS()1215 aDocTitle = WhitespaceToSpace( aLine.Copy( 8 ) ); in DrawEPS()1227 if( ! aDocTitle.Len() ) in DrawEPS()1228 aDocTitle = ByteString::CreateFromInt32( (sal_Int32)(nEps++) ); in DrawEPS()1260 WritePS( mpPageBody, aDocTitle ); in DrawEPS()
Completed in 19 milliseconds