| /trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | registrationcontextinformation.cxx | 38 RegistrationContextInformation::RegistrationContextInformation(MSIHANDLE hMsi, const std::wstring& … in RegistrationContextInformation() 53 std::wstring RegistrationContextInformation::GetWordDocumentDisplayName() const in GetWordDocumentDisplayName() 55 std::wstring str; in GetWordDocumentDisplayName() 62 std::wstring RegistrationContextInformation::GetWordDocumentFileExtension() const in GetWordDocumentFileExtension() 64 return std::wstring(TEXT(".doc")); in GetWordDocumentFileExtension() 67 std::wstring RegistrationContextInformation::GetWordDocumentDefaultIconEntry() const in GetWordDocumentDefaultIconEntry() 69 return m_OOExecPath + std::wstring(TEXT(",1")); in GetWordDocumentDefaultIconEntry() 72 std::wstring RegistrationContextInformation::GetWordDocumentDefaultShellCommand() const in GetWordDocumentDefaultShellCommand() 74 return std::wstring(TEXT("open")); in GetWordDocumentDefaultShellCommand() 77 std::wstring RegistrationContextInformation::GetWordTemplateDisplayName() const in GetWordTemplateDisplayName() [all …]
|
| H A D | registrationcontextinformation.hxx | 58 RegistrationContextInformation(MSIHANDLE hMsi, const std::wstring& OpenOfficeExecutablePath); 65 std::wstring GetWordDocumentDisplayName() const; 66 std::wstring GetWordDocumentFileExtension() const; 67 std::wstring GetWordDocumentDefaultIconEntry() const; 68 std::wstring GetWordDocumentDefaultShellCommand() const; 75 std::wstring GetWordTemplateDisplayName() const; 76 std::wstring GetWordTemplateFileExtension() const; 77 std::wstring GetWordTemplateDefaultIconEntry() const; 78 std::wstring GetWordTemplateDefaultShellCommand() const; 85 std::wstring GetRtfDocumentDisplayName() const; [all …]
|
| /trunk/main/l10ntools/source/help/ |
| H A D | HelpLinker.cxx | 46 std::string m_aModuleName; 55 IndexerPreProcessor( const std::string& aModuleName, const fs::path& fsIndexBaseDir, 59 void processDocument( xmlDocPtr doc, const std::string& EncodedDocPath ); 63 ( const std::string& aModuleName, const fs::path& fsIndexBaseDir, in IndexerPreProcessor() 89 std::string getEncodedPath( const std::string& Path ) in getEncodedPath() 98 std::string aStdStr_PathURL( aOStr_PathURL.getStr() ); in getEncodedPath() 103 ( xmlDocPtr doc, const std::string &EncodedDocPath ) in processDocument() 105 std::string aStdStr_EncodedDocPathURL = getEncodedPath( EncodedDocPath ); in processDocument() 114 … std::string aCaptionPureTextFileStr_docURL = fsCaptionPureTextFile_docURL.native_file_string(); in processDocument() 157 std::vector<std::string> _idList; [all …]
|
| H A D | HelpCompiler.hxx | 73 path(const std::string &in, convert) in path() 83 path(const std::string &FileURL) in path() 88 std::string native_file_string() const in native_file_string() 93 HCDBG(std::cerr << "native_file_string is " << tmp.getStr() << std::endl); in native_file_string() 94 return std::string(tmp.getStr()); in native_file_string() 104 std::string native_directory_string() const { return native_file_string(); } in native_directory_string() 105 std::string toUTF8() const in toUTF8() 108 return std::string(tmp.getStr()); in toUTF8() 111 path operator/(const std::string &in) const in operator /() 114 HCDBG(std::cerr << "orig was " << in operator /() [all …]
|
| H A D | HelpCompiler.cxx | 49 const std::string &in_module, const std::string &in_lang, bool in_bExtensionMode) in HelpCompiler() 75 static std::string fsroot('\'' + src.toUTF8() + '\''); in getSourceDocument() 76 static std::string esclang('\'' + lang + '\''); in getSourceDocument() 129 hs.push_back(std::string((const char*)appl)); in switchFind() 133 hs.push_back(std::string("DEFAULT")); in switchFind() 142 hs.push_back(std::string("DEFAULT")); in switchFind() 148 xmlNodePtr HelpCompiler::clone(xmlNodePtr node, const std::string& appl) in clone() 228 std::string documentId; 229 std::string fileName; 230 std::string title; [all …]
|
| /trunk/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty() 74 std::_tstring result; in GetMsiProperty() 91 static std::_tstring GetGuidPart(const std::_tstring& guid, int index) in GetGuidPart() 96 if (index == 0) return std::_tstring(guid.c_str(), 8); in GetGuidPart() 97 if (index == 1) return std::_tstring(guid.c_str() + 9, 4); in GetGuidPart() 98 if (index == 2) return std::_tstring(guid.c_str() + 14, 4); in GetGuidPart() 99 if (index == 3) return std::_tstring(guid.c_str() + 19, 4); in GetGuidPart() 100 if (index == 4) return std::_tstring(guid.c_str() + 24, 12); in GetGuidPart() 102 return std::_tstring(); in GetGuidPart() 112 static std::_tstring Invert(const std::_tstring& str) in Invert() [all …]
|
| /trunk/main/shell/source/tools/lngconvex/ |
| H A D | lngconvex.cxx | 66 …std::cout << "Usage: -ulf ulf_file -rc rc_output_file -rct rc_template_file -rch rch_file -rcf rcf… in ShowUsage() 67 std::cout << "-ulf Name of the ulf file" << std::endl; in ShowUsage() 68 std::cout << "-rc Name of the resulting resource file" << std::endl; in ShowUsage() 69 std::cout << "-rct Name of the resource template file" << std::endl; in ShowUsage() 70 std::cout << "-rch Name of the resource file header" << std::endl; in ShowUsage() 71 std::cout << "-rcf Name of the resource file footer" << std::endl; in ShowUsage() 123 OString get_absolute_file_path(const std::string& file_name) in get_absolute_file_path() 138 std::ios& iostrm, in StreamExceptionsEnabler() 139 std::ios::iostate NewIos = std::ios::failbit | std::ios::badbit) : in StreamExceptionsEnabler() 151 std::ios& m_IoStrm; [all …]
|
| /trunk/main/soltools/adjustvisibility/ |
| H A D | adjustvisibility.cxx | 78 class ElfError : public std::exception 81 ElfError(const std::string& rFile, const std::string& rMessage); 86 std::string m_sMessage; 89 ElfError::ElfError(const std::string& rFile, const std::string& rMessage) in ElfError() 111 bool isFixAndContinueSymbol(const std::string& rSymbol) in isFixAndContinueSymbol() 129 void adjustVisibility( const std::string& rFile, int fd, bool bVerbose) in adjustVisibility() 132 std::cout << "File: " << rFile << ": adjusting 'fix and continue' symbol visibility\n"; in adjustVisibility() 162 if ( nSymbols > std::numeric_limits< int >::max() ) in adjustVisibility() 173 std::string sSymbolName(elf_strptr(pElf, aShdr.sh_link, aSymbol.st_name)); in adjustVisibility() 181 std::cout << "Symbol: " << sSymbolName << ", " in adjustVisibility() [all …]
|
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | cppcompskeleton.cxx | 36 void generateIncludes(std::ostream & o, in generateIncludes() 37 const std::hash_set< OString, OStringHash >& interfaces, in generateIncludes() 63 std::hash_set< OString, OStringHash >::const_iterator iter = interfaces.begin(); in generateIncludes() 73 short generateNamespace(std::ostream & o, in generateNamespace() 118 OString generateCompHelperDeclaration(std::ostream & o, in generateCompHelperDeclaration() 143 void generateCompHelperDefinition(std::ostream & o, in generateCompHelperDefinition() 146 const std::hash_set< OString, OStringHash >& services) in generateCompHelperDefinition() 159 std::hash_set< OString, OStringHash >::const_iterator iter = services.begin(); in generateCompHelperDefinition() 183 void generateCompFunctions(std::ostream & o, const OString & nmspace) in generateCompFunctions() 207 void generateXPropertySetBodies(std::ostream& o, in generateXPropertySetBodies() [all …]
|
| H A D | javacompskeleton.cxx | 36 void generatePackage(std::ostream & o, const OString & implname) in generatePackage() 43 void generateImports(std::ostream & o, ProgramOptions const & options, in generateImports() 44 const std::hash_set< OString, OStringHash >& /*interfaces*/, in generateImports() 87 void generateCompFunctions(std::ostream & o, const OString & classname) in generateCompFunctions() 105 void generateXServiceInfoBodies(std::ostream& o) in generateXServiceInfoBodies() 122 void generateXPropertySetBodies(std::ostream& o) in generateXPropertySetBodies() 167 void generateXFastPropertySetBodies(std::ostream& o) in generateXFastPropertySetBodies() 184 void generateXPropertyAccessBodies(std::ostream& o) in generateXPropertyAccessBodies() 261 void registerProperties(std::ostream& o, in registerProperties() 290 void generateXLocalizableBodies(std::ostream& o) { in generateXLocalizableBodies() [all …]
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeFontWork.cxx | 70 typedef std::vector< std::vector< double > > PolyPolygonDistances; 74 std::vector< PolyPolygon > vOutlines; 80 std::vector< FWCharacterData > vCharacters; 86 std::vector< FWParagraphData > vParagraphs; 91 std::vector< FWTextArea > vTextAreas; 187 std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin(); in CalculateHorizontalScalingFactor() 188 std::vector< FWTextArea >::iterator aTextAreaIEnd = rFWData.vTextAreas.end(); in CalculateHorizontalScalingFactor() 198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() … in CalculateHorizontalScalingFactor() 199 … std::vector< FWParagraphData >::const_iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in CalculateHorizontalScalingFactor() 230 std::vector< FWParagraphData >::iterator aParagraphIter( rTextArea.vParagraphs.begin() ); in GetTextAreaOutline() [all …]
|
| /trunk/main/basegfx/source/tools/ |
| H A D | debugplotter.cxx | 39 ::std::ostream* pStm ) in outputHeader() 44 *pStm << "#!/usr/bin/gnuplot -persist" << ::std::endl << in outputHeader() 45 "#" << ::std::endl << in outputHeader() 46 "# automatically generated by basegfx, don't change!" << ::std::endl << in outputHeader() 47 "#" << ::std::endl << in outputHeader() 48 "# --- " << rTitle.getStr() << " ---" << ::std::endl << in outputHeader() 49 "#" << ::std::endl << in outputHeader() 50 "set parametric" << ::std::endl << in outputHeader() 51 "# set terminal postscript eps enhanced color " << ::std::endl << in outputHeader() 52 "# set output \"plot.eps\"" << ::std::endl << in outputHeader() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | fontmanager.hxx | 157 std::list< rtl::OUString > m_aAliases; 242 std::hash_map< int, CharacterMetric > m_aMetrics; 255 std::list< KernPair > m_aXKernPairs; 256 std::list< KernPair > m_aYKernPairs; 257 std::hash_map< sal_Unicode, bool > m_bVerticalSubstitutions; 270 std::list< int > m_aAliases; 292 std::map< sal_Unicode, sal_Int32 > m_aEncodingVector; 293 std::map< sal_Unicode, rtl::OString > m_aNonEncoded; 371 std::hash_map< fontID, PrintFont* > m_aFonts; 372 std::hash_map< int, family::type > m_aFamilyTypes; [all …]
|
| /trunk/main/dtrans/source/win32/dtobj/ |
| H A D | FmtFilter.cxx | 352 std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFragment, size_t endF… in GetHtmlFormatHeader() 354 std::ostringstream htmlHeader; in GetHtmlFormatHeader() 356 …htmlHeader << "StartHTML:" << std::setw(10) << std::setfill('0') << std::dec << startHtml << '\r' … in GetHtmlFormatHeader() 357 …htmlHeader << "EndHTML:" << std::setw(10) << std::setfill('0') << std::dec << endHtml << '\r' << '… in GetHtmlFormatHeader() 358 …htmlHeader << "StartFragment:" << std::setw(10) << std::setfill('0') << std::dec << startFragment … in GetHtmlFormatHeader() 359 …htmlHeader << "EndFragment:" << std::setw(10) << std::setfill('0') << std::dec << endFragment << '… in GetHtmlFormatHeader() 365 const std::string TAG_HTML = std::string("<HTML>"); 366 const std::string TAG_END_HTML = std::string("</HTML>"); 370 const std::string TAG_BODY = std::string("<BODY"); 371 const std::string TAG_END_BODY = std::string("</BODY"); [all …]
|
| /trunk/main/writerfilter/qa/cppunittests/odiapi/ |
| H A D | ExternalViewLogger.hxx | 43 …NodeDescription(const std::string& parent, const std::string& refersTo, const std::string& value, … 45 std::string mParentNodeId; 46 std::string mRefersToNodeId; 47 std::string mNodeValue; 56 ExternalViewLoggerImpl(const std::string& fileName); 61 …virtual void beginNode(const std::string& nodeId, const std::string& value, const std::string& ref… 62 virtual void endNode(const std::string& nodeId); 65 bool isLeaf(const std::string& nodeId); 66 bool isUnreferencedLeaf(const std::string& nodeId); 67 bool isReferenced(const std::string& nodeId); [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
| H A D | call.s | 38 std 0,16(1) 39 std 31,-8(1) 46 std 3,136(31) 47 std 5,128(31) 48 std 6,120(31) 49 std 7,112(31) 50 std 9,104(31) 58 std 9,96(31) 60 std 9,184(31) 104 std 9,160(31) [all …]
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | HtmlFmtFlt.cxx | 62 std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFragment, size_t endF… in GetHtmlFormatHeader() 64 std::ostringstream htmlHeader; in GetHtmlFormatHeader() 66 …htmlHeader << "StartHTML:" << std::setw(10) << std::setfill('0') << std::dec << startHtml << '\r' … in GetHtmlFormatHeader() 67 …htmlHeader << "EndHTML:" << std::setw(10) << std::setfill('0') << std::dec << endHtml << '\r' << '… in GetHtmlFormatHeader() 68 …htmlHeader << "StartFragment:" << std::setw(10) << std::setfill('0') << std::dec << startFragment … in GetHtmlFormatHeader() 69 …htmlHeader << "EndFragment:" << std::setw(10) << std::setfill('0') << std::dec << endFragment << '… in GetHtmlFormatHeader() 78 const std::string TAG_HTML = std::string("<HTML>"); 79 const std::string TAG_END_HTML = std::string("</HTML>"); 83 const std::string TAG_BODY = std::string("<BODY"); 84 const std::string TAG_END_BODY = std::string("</BODY"); [all …]
|
| /trunk/main/shell/inc/internal/ |
| H A D | types.hxx | 41 typedef std::vector<std::wstring> StringList_t; 52 typedef std::wstring Name_t; 53 typedef std::wstring Value_t; 54 typedef std::wstring Characters_t; 56 typedef std::map<Name_t, Value_t> XmlTagAttributes_t; 57 typedef std::pair<Characters_t, XmlTagAttributes_t> XmlTag_t; 58 typedef std::map<Name_t, XmlTag_t> XmlTags_t; 60 const XmlTag_t EMPTY_XML_TAG = std::make_pair(std::wstring(), XmlTagAttributes_t()); 71 typedef ::std::wstring Language_t; 72 typedef ::std::wstring Country_t; [all …]
|
| /trunk/main/basic/source/runtime/ |
| H A D | dllmgr.cxx | 67 int __stdcall DllMgr_call32(FARPROC, void const * stack, std::size_t size); 68 double __stdcall DllMgr_callFp(FARPROC, void const * stack, std::size_t size); 74 char * address(std::vector< char > & blob) { in address() 116 std::vector< char > * newBlob() { in newBlob() 117 blobs_.push_front(std::vector< char >()); in newBlob() 121 std::vector< UnmarshalData > unmarshal; 123 std::vector< StringData > unmarshalStrings; 126 std::list< std::vector< char > > blobs_; 129 std::size_t align(std::size_t address, std::size_t alignment) { in align() 135 std::vector< char > & blob, std::size_t alignment, std::size_t offset, in align() [all …]
|
| /trunk/main/sal/cpprt/ |
| H A D | operators_new_delete.cxx | 49 using std::nothrow_t; 67 std::size_t size (std::size_t n) const SAL_THROW(()) in size() 69 n = std::max(n, std::size_t(1)); in size() 142 throw std::bad_alloc(); in default_handler() 148 std::size_t n, AllocatorTraits const & rTraits) in allocate() 149 SAL_THROW((std::bad_alloc)) in allocate() 158 std::new_handler d = default_handler, f = std::set_new_handler (d); in allocate() 160 std::set_new_handler (f); in allocate() 163 throw std::bad_alloc(); in allocate() 171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate() [all …]
|
| /trunk/main/chart2/source/view/charttypes/ |
| H A D | VSeriesPlotter.cxx | 125 ::std::vector< VDataSeries* >::const_iterator aIter = m_aSeriesVector.begin(); in deleteSeries() 126 const ::std::vector< VDataSeries* >::const_iterator aEnd = m_aSeriesVector.end(); in deleteSeries() 169 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.be… in ~VSeriesPlotter() 170 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.en… in ~VSeriesPlotter() 173 ::std::vector< VDataSeriesGroup >::iterator aXSlotIter = aZSlotIter->begin(); in ~VSeriesPlotter() 174 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in ~VSeriesPlotter() 220 ::std::vector< VDataSeriesGroup > aZSlot; in addSeries() 227 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[zSlot]; in addSeries() 284 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.be… in releaseShapes() 285 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.end… in releaseShapes() [all …]
|
| /trunk/main/chart2/source/view/axes/ |
| H A D | VPolarGrid.cxx | 64 void VPolarGrid::setIncrements( const std::vector< ExplicitIncrementData >& rIncrements ) in setIncrements() 69 void VPolarGrid::getAllTickInfos( sal_Int32 nDimensionIndex, ::std::vector< ::std::vector< TickInfo… in getAllTickInfos() 78 , ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos in createLinePointSequence_ForAngleAxis() 115 , ::std::vector< ::std::vector< TickInfo > >& /* rRadiusTickInfos */ in create2DAngleGrid() 116 , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos in create2DAngleGrid() 117 , const ::std::vector<VLineProperties>& rLinePropertiesList ) in create2DAngleGrid() 132 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAngleTickInfos.begi… in create2DAngleGrid() 144 ::std::vector< TickInfo >::iterator aTickIter = (*aDepthIter).begin(); in create2DAngleGrid() 145 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in create2DAngleGrid() 175 , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos in create2DRadiusGrid() [all …]
|
| H A D | VCartesianAxis.cxx | 192 LabelIterator( ::std::vector< TickInfo >& rTickInfoVector 208 LabelIterator::LabelIterator( ::std::vector< TickInfo >& rTickInfoVector in LabelIterator() 283 nDistance = ::std::max(nDistance,aSize.Width); in lcl_getLabelsDistance() 285 nDistance = ::std::max(nDistance,aSize.Height); in lcl_getLabelsDistance() 363 MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector 371 ::std::vector< TickInfo >& m_rTickInfoVector; 372 ::std::vector< sal_Int32 > m_aValidIndices; 376 MaxLabelTickIter::MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector in MaxLabelTickIter() 465 void VCartesianAxis::createAllTickInfosFromComplexCategories( ::std::vector< ::std::vector< TickInf… in createAllTickInfosFromComplexCategories() 476 ::std::vector< TickInfo > aTickInfoVector; in createAllTickInfosFromComplexCategories() [all …]
|
| /trunk/main/shell/source/win32/shlxthandler/util/ |
| H A D | fileextensions.cxx | 33 const std::string WRITER_FILE_EXTENSIONS = "sxwstwsxgodtottodm"; 34 const std::string CALC_FILE_EXTENSIONS = "sxcstcodsots"; 35 const std::string DRAW_FILE_EXTENSIONS = "sxdstdodgotg"; 36 const std::string IMPRESS_FILE_EXTENSIONS = "sxistiodpotp"; 37 const std::string MATH_FILE_EXTENSIONS = "sxmodf"; 38 const std::string WEB_FILE_EXTENSIONS = "oth"; 39 const std::string DATABASE_FILE_EXTENSIONS = "odb"; 73 std::string get_file_name_extension(const std::string& file_name) in get_file_name_extension() 75 std::string::size_type idx = file_name.find_last_of("."); in get_file_name_extension() 77 if (std::string::npos != idx++) in get_file_name_extension() [all …]
|
| /trunk/main/sdext/source/pdfimport/tree/ |
| H A D | writertreevisiting.hxx | 47 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 48 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); 49 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& ); 50 virtual void visit( FrameElement&, const std::list< Element* >::const_iterator& ); 51 virtual void visit( PolyPolyElement&, const std::list< Element* >::const_iterator& ); 52 virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ); 53 virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ); 54 virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ); 76 virtual void visit( HyperlinkElement&, const std::list< Element* >::const_iterator& ); 77 virtual void visit( TextElement&, const std::list< Element* >::const_iterator& ); [all …]
|