Home
last modified time | relevance | path

Searched refs:sDestName (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx1110 String sDestName = pDestData->sGroupName; in NotifyMoving() local
1111 sDestName += GLOS_DELIM; in NotifyMoving()
1112 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyMoving()
1114 sDestName, sTitle, sal_True ); in NotifyMoving()
1159 String sDestName = pDestData->sGroupName; in NotifyCopying() local
1160 sDestName += GLOS_DELIM; in NotifyCopying()
1161 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyCopying()
1164 sDestName, sTitle, sal_False ); in NotifyCopying()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx424 sal_Int32 PDFWriter::CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_I… in CreateNamedDest() argument
426 return ((PDFWriterImpl*)pImplementation)->createNamedDest( sDestName, rRect, nPageNr, eType ); in CreateNamedDest()
H A Dpdfextoutdevdata.cxx645 sal_Int32 PDFExtOutDevData::CreateNamedDest(const String& sDestName, const Rectangle& rRect, sal_I… in CreateNamedDest() argument
648 mpGlobalSyncData->mParaOUStrings.push_back( sDestName ); in CreateNamedDest()
H A Dpdfwriter_impl.hxx1269 …sal_Int32 createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPage…
H A Dpdfwriter_impl.cxx10871 sal_Int32 PDFWriterImpl::createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, s… in createNamedDest() argument
10882 m_aNamedDests.back().m_aDestName = sDestName; in createNamedDest()
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx213 …sal_Int32 CreateNamedDest( const String& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -…
H A Dpdfwriter.hxx904 …sal_Int32 CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPa…

Completed in 109 milliseconds