Searched refs:sDestName (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 1105 String sDestName = pDestData->sGroupName; in NotifyMoving() local 1106 sDestName += GLOS_DELIM; in NotifyMoving() 1107 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyMoving() 1109 sDestName, sTitle, sal_True ); in NotifyMoving() 1154 String sDestName = pDestData->sGroupName; in NotifyCopying() local 1155 sDestName += GLOS_DELIM; in NotifyCopying() 1156 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyCopying() 1159 sDestName, sTitle, sal_False ); in NotifyCopying()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 424 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 D | pdfextoutdevdata.cxx | 645 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 D | pdfwriter_impl.hxx | 1269 …sal_Int32 createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPage…
|
H A D | pdfwriter_impl.cxx | 10871 sal_Int32 PDFWriterImpl::createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, s… in createNamedDest() argument 10882 m_aNamedDests.back().m_aDestName = sDestName; in createNamedDest()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 213 …sal_Int32 CreateNamedDest( const String& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -…
|
H A D | pdfwriter.hxx | 905 …sal_Int32 CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPa…
|
Completed in 102 milliseconds