Home
last modified time | relevance | path

Searched refs:std (Results 201 – 225 of 5169) sorted by relevance

12345678910>>...207

/aoo42x/main/writerfilter/source/dmapper/
H A DTDefTableHandler.hxx45 ::std::vector<sal_Int32> m_aCellBorderPositions;
46 ::std::vector<sal_Int32> m_aCellVertAlign;
48 ::std::vector< ::com::sun::star::table::BorderLine > m_aLeftBorderLines;
49 ::std::vector< ::com::sun::star::table::BorderLine > m_aRightBorderLines;
50 ::std::vector< ::com::sun::star::table::BorderLine > m_aTopBorderLines;
51 ::std::vector< ::com::sun::star::table::BorderLine > m_aBottomBorderLines;
52 ::std::vector< ::com::sun::star::table::BorderLine > m_aInsideHBorderLines;
53 ::std::vector< ::com::sun::star::table::BorderLine > m_aInsideVBorderLines;
54 ::std::vector< ::com::sun::star::table::BorderLine > m_aTl2brBorderLines;
55 ::std::vector< ::com::sun::star::table::BorderLine > m_aTr2blBorderLines;
/aoo42x/main/registry/tools/
H A Doptions.cxx44 bool Options::checkArgument(std::vector< std::string> & rArgs, char const * arg, size_t len) in checkArgument()
64 std::string option (&(arg[0]), 2); in checkArgument()
69 std::string param(&(arg[2]), len - 2); in checkArgument()
75 rArgs.push_back(std::string(arg, len)); in checkArgument()
83 bool Options::checkCommandFile(std::vector< std::string > & rArgs, char const * filename) in checkCommandFile()
92 std::string buffer; in checkCommandFile()
131 bool Options::initOptions (std::vector< std::string > & rArgs) in initOptions()
/aoo42x/main/uui/source/
H A Diahndl.cxx258 std::vector< rtl::OUString > const & rArguments ) in replaceMessageWithArguments()
463 std::vector< rtl::OUString > aArguments; in handleRequest_impl()
492 std::vector< rtl::OUString > aArguments; in handleRequest_impl()
514 std::vector< rtl::OUString > aArguments; in handleRequest_impl()
543 std::vector< rtl::OUString > aArguments; in handleRequest_impl()
558 std::vector< rtl::OUString > aArguments; in handleRequest_impl()
940 catch (std::bad_alloc const &) in handleRequest_impl()
1302 std::auto_ptr< ResMgr > xManager( in handleGenericErrorRequest()
1357 std::auto_ptr< ResMgr > pResMgr( in handleMacroConfirmRequest()
1421 std::auto_ptr< ResMgr > pResMgr( in handleFutureDocumentVersionUpdateRequest()
[all …]
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx53 const ::std::vector< XMLPropertyState >& rProperties,
63 const ::std::vector< XMLPropertyState >& rProperties,
103 ::rtl::OUString Add( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
104 …::rtl::OUString Add( sal_Int32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLPr…
105 …sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPropertyState >&…
106 …UString& rName, sal_Int32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLPropert…
110 const ::std::vector< XMLPropertyState >& rProperties );
113 …::rtl::OUString Find( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) co…
114 …::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLP…
117 …::rtl::OUString AddAndCache( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperti…
[all …]
H A Dxmlimppr.hxx93 ::std::vector< XMLPropertyState >& rProperties,
104 ::std::vector< XMLPropertyState >& rProperties,
115 ::std::vector< XMLPropertyState >& rProperties,
122 ::std::vector< XMLPropertyState >& rProperties,
126 const ::std::vector< XMLPropertyState >& aProperties,
132 const ::std::vector< XMLPropertyState >& aProperties,
138 const ::std::vector< XMLPropertyState >& aProperties,
150 const ::std::vector<XMLPropertyState> & rProperties,
165 const ::std::vector<XMLPropertyState> & rProperties,
179 const ::std::vector<XMLPropertyState> & rProperties,
[all …]
/aoo42x/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx35 CContentReader::CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale… in CContentReader()
92 ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTagAttributes_t& XmlA… in chooseTagReader()
123 ::std::wstring CContentReader::getCurrentContentStyle( void ) in getCurrentContentStyle()
176 const std::wstring& /*raw_name*/, in start_element()
177 const std::wstring& local_name, in start_element()
192 void CContentReader::end_element(const std::wstring& /*raw_name*/, const std::wstring& local_name) in end_element()
205 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( SPACE ) ); in end_element()
209 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( LF ) ); in end_element()
221 void CContentReader::characters( const std::wstring& character ) in characters()
225 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( character ) ); in characters()
/aoo42x/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx677 ::std::vector< ::rtl::OUString > aClauses; in setSingleAdditiveClause()
683 ::std::auto_ptr< TokenComposer > pComposer; in setSingleAdditiveClause()
766 ::std::vector< ::rtl::OUString> aNames; in getTables()
786 ::std::vector< ::rtl::OUString> aNames; in getColumns()
883 typedef ::std::set< size_t > SizeTSet; in getColumns()
959 …aFindName = ::std::find_if(aNames.begin(),aNames.end(),::std::bind2nd(aCaseCompareFunctor,sColumnN… in getColumns()
1400 ::std::vector< ::rtl::OUString> aNames; in getParameters()
1455 ::std::vector< ::rtl::OUString> aNames; in setCurrentColumns()
1829 ::std::vector< ::std::vector < PropertyValue > > aFilters; in getStructuredCondition()
1838 ::std::vector< ::std::vector < PropertyValue > >::const_iterator aEnd = aFilters.end(); in getStructuredCondition()
[all …]
/aoo42x/main/slideshow/source/engine/shapes/
H A Dmediashape.cxx98 typedef ::std::vector< ViewMediaShapeSharedPtr > ViewMediaShapeVector;
134 ::std::for_each( maViewMediaShapes.begin(), in implViewsChanged()
166 OSL_ENSURE( ::std::count_if(maViewMediaShapes.begin(), in removeViewLayer()
169 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
176 if( (aIter=::std::remove_if( maViewMediaShapes.begin(), in removeViewLayer()
179 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
207 if( ::std::count_if( maViewMediaShapes.begin(), in implRender()
227 ::std::for_each( maViewMediaShapes.begin(), in implStartIntrinsicAnimation()
240 ::std::for_each( maViewMediaShapes.begin(), in implEndIntrinsicAnimation()
253 ::std::for_each( maViewMediaShapes.begin(), in implPauseIntrinsicAnimation()
[all …]
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx58 RegistryKeyImplWin9x::RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWin9x()
216 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name) const in GetValue()
250 regval = RegistryValue(new RegistryValueImpl(Name, std::string())); in GetValue()
266 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
303 regval = RegistryValue(new RegistryValueImpl(Name, std::string(reinterpret_cast<char*>(buff)))); in GetValue()
365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
382 RegistryKey RegistryKeyImplWin9x::CreateSubKey(const std::wstring& Name) in CreateSubKey()
422 void RegistryKeyImplWin9x::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
457 void RegistryKeyImplWin9x::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()
[all …]
H A Dmsihelper.cxx29 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp()
58 std::wstring val; in IsSetMsiProp()
65 std::wstring val; in IsMsiPropNotEmpty()
75 std::wstring GetOfficeInstallationPath(MSIHANDLE handle) in GetOfficeInstallationPath()
77 std::wstring progpath; in GetOfficeInstallationPath()
82 std::wstring GetOfficeExecutablePath(MSIHANDLE handle) in GetOfficeExecutablePath()
84 std::wstring exepath = GetOfficeInstallationPath(handle); in GetOfficeExecutablePath()
89 std::wstring GetProductName(MSIHANDLE handle) in GetProductName()
91 std::wstring prodname; in GetProductName()
122 std::wstring rm; in IsCompleteDeinstallation()
H A Dregistryw9x.hxx66 virtual RegistryValue GetValue(const std::wstring& Name) const;
73 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const;
99 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true);
109 virtual RegistryKey CreateSubKey(const std::wstring& Name);
120 virtual void DeleteSubKey(const std::wstring& Name);
131 virtual void DeleteSubKeyTree(const std::wstring& Name);
143 virtual void DeleteValue(const std::wstring& Name);
168 RegistryKeyImplWin9x(HKEY RootKey, const std::wstring& KeyName);
181 …RegistryKeyImplWin9x(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
H A Dregistrywnt.cxx63 RegistryKeyImplWinNT::RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName) : in RegistryKeyImplWinNT()
229 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name) const in GetValue()
263 regval = RegistryValue(new RegistryValueImpl(Name, std::wstring())); in GetValue()
279 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue()
316 …regval = RegistryValue(new RegistryValueImpl(Name, std::wstring(reinterpret_cast<wchar_t*>(buff)))… in GetValue()
378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
395 RegistryKey RegistryKeyImplWinNT::CreateSubKey(const std::wstring& Name) in CreateSubKey()
435 void RegistryKeyImplWinNT::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
470 void RegistryKeyImplWinNT::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
[all …]
/aoo42x/main/chart2/source/view/axes/
H A DTickmarks.cxx73 PureTickIter::PureTickIter( ::std::vector< TickInfo >& rTickInfoVector ) in PureTickIter()
135 void TickFactory::getAllTicks( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) const in getAllTicks()
143 void TickFactory::getAllTicksShifted( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) c… in getAllTicksShifted()
309 void TickFactory_2D::updateScreenValues( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos … in updateScreenValues()
312 ::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAllTickInfos.begin(); in updateScreenValues()
313 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in updateScreenValues()
316 ::std::vector< TickInfo >::iterator aTickIter = (*aDepthIter).begin(); in updateScreenValues()
317 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in updateScreenValues()
H A DVCartesianGrid.cxx191 void VCartesianGrid::fillLinePropertiesFromGridModel( ::std::vector<VLineProperties>& rLineProperti… in fillLinePropertiesFromGridModel()
224 ::std::vector<VLineProperties> aLinePropertiesList; in createShapes()
229 std::auto_ptr< TickFactory > apTickFactory( this->createTickFactory() ); in createShapes()
231 ::std::vector< ::std::vector< TickInfo > > aAllTickInfos; in createShapes()
236 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = aAllTickInfos.begin(… in createShapes()
237 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = aAllTickInfos.end(); in createShapes()
269 ::std::vector< TickInfo >::const_iterator aTickIter = (*aDepthIter).begin(); in createShapes()
270 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in createShapes()
308 ::std::vector< TickInfo >::const_iterator aTickIter = (*aDepthIter).begin(); in createShapes()
309 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in createShapes()
/aoo42x/main/reportdesign/source/filter/xml/
H A Dxmlfilter.hxx82 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDocElemTokenMap;
83 mutable ::std::auto_ptr<SvXMLTokenMap> m_pReportElemTokenMap;
84 mutable ::std::auto_ptr<SvXMLTokenMap> m_pGroupsElemTokenMap;
85 mutable ::std::auto_ptr<SvXMLTokenMap> m_pGroupElemTokenMap;
86 mutable ::std::auto_ptr<SvXMLTokenMap> m_pSectionElemTokenMap;
87 mutable ::std::auto_ptr<SvXMLTokenMap> m_pComponentElemTokenMap;
88 mutable ::std::auto_ptr<SvXMLTokenMap> m_pElemTokenMap;
89 mutable ::std::auto_ptr<SvXMLTokenMap> m_pControlElemTokenMap;
92 mutable ::std::auto_ptr<SvXMLTokenMap> m_pFormatElemTokenMap;
93 mutable ::std::auto_ptr<SvXMLTokenMap> m_pColumnTokenMap;
[all …]
/aoo42x/main/jvmfwk/source/
H A Delements.cxx210 typedef std::vector<rtl::OUString>::const_iterator it; in getExcludeVersions()
346 std::vector<rtl::OUString> ()); in load()
372 std::vector<rtl::OUString>()); in load()
665 std::vector<rtl::OUString>()); in setVmParameters()
682 std::vector<rtl::OUString>()); in setJRELocations()
705 std::vector<rtl::OUString> ()); in addJRELocation()
707 std::vector<rtl::OUString>::const_iterator it = in addJRELocation()
719 const boost::optional<std::vector<rtl::OUString> >&
1220 ::std::vector< ::rtl::OString> ret; in getVmParametersUtf8()
1257 typedef std::vector<rtl::OUString>::const_iterator it; in getVmParametersArray()
[all …]
/aoo42x/main/shell/inc/internal/
H A Dzipfile.hxx50 typedef std::vector<std::string> Directory_t;
51 typedef std::auto_ptr<Directory_t> DirectoryPtr_t;
52 typedef std::vector<char> ZipContentBuffer_t;
69 static bool IsZipFile(const std::string& FileName);
89 static bool IsValidZipFileVersionNumber(const std::string& FileName);
107 ZipFile(const std::string& FileName);
134 …void GetUncompressedContent(const std::string& ContentName, /*inout*/ ZipContentBuffer_t& ContentB…
146 bool HasContent(const std::string& ContentName) const;
H A Dcontentreader.hxx37 CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale );
61 const std::wstring& raw_name,
62 const std::wstring& local_name,
73 const std::wstring& raw_name, const std::wstring& local_name);
80 virtual void characters(const std::wstring& character);
91 const std::wstring& tag_name, const XmlTagAttributes_t& XmlAttributes );
104 ::std::wstring getCurrentContentStyle( void );
115 std::stack<ITag*> m_TagBuilderStack;
/aoo42x/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx69 : public std::binary_function<sal_uInt16, sal_uInt16, bool>
80 typedef std::vector<SwTxtFmtColl *> ParaStyles;
224 typedef std::vector<Frame> Frames;
226 typedef std::vector<Frame>::iterator FrameIter;
254 throw(std::bad_cast) in item_cast()
257 throw std::bad_cast(); in item_cast()
312 sal_uInt16 eType) throw(std::bad_cast) in ItemGet()
341 sal_uInt16 eType) throw(std::bad_cast) in ItemGet()
372 sal_uInt16 eType) throw(std::bad_cast) in ItemGet()
407 sal_uInt16 eType) throw(std::bad_cast) in DefaultItemGet()
[all …]
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dfp.s476 std %f0, [%o0]
484 std %f2, [%o0]
492 std %f4, [%o0]
500 std %f6, [%o0]
508 std %f8, [%o0]
516 std %f10, [%o0]
524 std %f12, [%o0]
532 std %f14, [%o0]
540 std %f16, [%o0]
548 std %f18, [%o0]
[all …]
/aoo42x/main/extensions/source/propctrlr/
H A Dpropertyhandler.hxx106 … ::std::auto_ptr< OPropertyInfoService > m_pInfoService;
164 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
172 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
180 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
188 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
196 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
204 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
212 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
219 ::std::vector< ::com::sun::star::beans::Property >& _rProperties,
325 …inline void PropertyHandler::addDatePropertyDescription( ::std::vector< ::com::sun::star::beans::P… in addDatePropertyDescription()
[all …]
/aoo42x/main/connectivity/source/inc/
H A DTDatabaseMetaDataBase.hxx48 ::std::pair<bool,sal_Bool> m_isCatalogAtStart;
49 ::std::pair<bool,::rtl::OUString> m_sCatalogSeparator;
50 ::std::pair<bool,::rtl::OUString> m_sIdentifierQuoteString;
52 ::std::pair<bool,sal_Bool> m_supportsSchemasInTableDefinitions;
54 ::std::pair<bool,sal_Bool> m_supportsSchemasInDataManipulation;
56 ::std::pair<bool,sal_Bool> m_supportsAlterTableWithAddColumn;
57 ::std::pair<bool,sal_Bool> m_supportsAlterTableWithDropColumn;
58 ::std::pair<bool,sal_Int32> m_MaxStatements;
59 ::std::pair<bool,sal_Int32> m_MaxTablesInSelect;
60 ::std::pair<bool,sal_Bool> m_storesMixedCaseQuotedIdentifiers;
[all …]
/aoo42x/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx241 ::std::vector< ::rtl::OUString> aRightColumns; in IMPL_LINK()
291 ::std::vector< ::rtl::OUString> aRightColumns; in IMPL_LINK()
311 void OWizColumnSelect::fillColumns(ListBox* pRight,::std::vector< ::rtl::OUString> &_rRightColumns) in fillColumns()
321 ::std::vector< ::rtl::OUString>& _rRightColumns, in createNewColumn()
347 ::std::vector< ::rtl::OUString>& _rRightColumns, in moveColumn()
363 ::std::compose1( in moveColumn()
364 ::std::bind2nd(_aCase, _sColumnName), in moveColumn()
365 ::std::select2nd<OCopyTableWizard::TNameMapping::value_type>()) in moveColumn()
377 …ODatabaseExport::TColumnVector::const_iterator aPos = ::std::find(pSrcVector->begin(),pSrcVector->… in moveColumn()
413 ::std::compose1( in adjustColumnPosition()
[all …]
/aoo42x/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx117 std::vector< DAVPropertyValue >::const_iterator it in ContentProperties()
119 std::vector< DAVPropertyValue >::const_iterator end in ContentProperties()
220 std::vector< rtl::OUString > & propertyNames, in UCBNamesToDAVNames()
329 std::vector< rtl::OUString > & propertyNames, in UCBNamesToHTTPNames()
396 const std::vector< rtl::OUString > & rProps, in addProperties()
399 std::vector< rtl::OUString >::const_iterator it = rProps.begin(); in addProperties()
400 std::vector< rtl::OUString >::const_iterator end = rProps.end(); in addProperties()
439 const std::vector< DAVPropertyValue > & rProps ) in addProperties()
441 std::vector< DAVPropertyValue >::const_iterator it = rProps.begin(); in addProperties()
654 const std::vector< DAVPropertyValue > & rProps ) in addProperties()
[all …]
/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_update.cxx92 …UpdateInfoMap& inout_map, std::vector<std::pair<Reference<deployment::XPackage>, uno::Any> > & out… in getOwnUpdateInfos()
109 out_errors.push_back(std::make_pair(i->second.extension, anyError)); in getOwnUpdateInfos()
143 std::vector<std::pair<Reference<deployment::XPackage>, uno::Any> > & out_errors) in getDefaultUpdateInfos()
155 out_errors.push_back(std::make_pair(Reference<deployment::XPackage>(), anyError)); in getDefaultUpdateInfos()
196 std::vector< Reference<deployment::XPackage > > const * extensionList) in onlyBundledExtensions()
202 typedef std::vector<Reference<deployment::XPackage > >::const_iterator CIT; in onlyBundledExtensions()
376 std::vector<Reference<deployment::XPackage > > const * extensionList, in getOnlineUpdateInfos()
377 std::vector<std::pair< Reference<deployment::XPackage>, uno::Any> > & out_errors) in getOnlineUpdateInfos()
397 std::pair<UpdateInfoMap::iterator, bool> insertRet = infoMap.insert( in getOnlineUpdateInfos()
405 typedef std::vector<Reference<deployment::XPackage > >::const_iterator CIT; in getOnlineUpdateInfos()
[all …]

Completed in 153 milliseconds

12345678910>>...207