Home
last modified time | relevance | path

Searched refs:std (Results 151 – 175 of 5169) sorted by relevance

12345678910>>...207

/aoo42x/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx146 …ReportSectionTitle(xReport,RID_STR_REPORT_HEADER,::std::mem_fun(&OReportHelper::getReportHeader),:… in _propertyChanged()
147 …ReportSectionTitle(xReport,RID_STR_REPORT_FOOTER,::std::mem_fun(&OReportHelper::getReportFooter),:… in _propertyChanged()
148 …setReportSectionTitle(xReport,RID_STR_PAGE_HEADER,::std::mem_fun(&OReportHelper::getPageHeader),:: in _propertyChanged()
149 …setReportSectionTitle(xReport,RID_STR_PAGE_FOOTER,::std::mem_fun(&OReportHelper::getPageFooter),:: in _propertyChanged()
164 …is() && !setGroupSectionTitle(xGroup,RID_STR_HEADER,::std::mem_fun(&OGroupHelper::getHeader),::std in _propertyChanged()
166 …setGroupSectionTitle(xGroup,RID_STR_FOOTER,::std::mem_fun(&OGroupHelper::getFooter),::std::mem_fun… in _propertyChanged()
171 …on>& _xReport,sal_uInt16 _nResId,::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper… in setReportSectionTitle()
184 …oup>& _xGroup,sal_uInt16 _nResId,::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper>… in setGroupSectionTitle()
359 …nSplitPos = ::std::max(nSplitPos,xReportComponent->getPositionY() + xReportComponent->getHeight()); in IMPL_LINK()
/aoo42x/main/sw/source/core/doc/
H A Ddoc.cxx386std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setForbiddenCharacters()
457std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setCharacterCompressionType()
1083 const std::set< sal_Int32 > &rPossiblePages, in GetPageNo()
1487 std::map< sal_Int32, std::vector< const SwPageFrm * > > aPhysPageToPostItFrames; in UpdatePagesForPrintingWithPostItData()
1573std::vector< std::pair< sal_Int32, sal_Int32 > > &rPagePairs = rData.GetPagePairsForProspectPrinti… in CalculatePagePairsForProspectPrinting()
1629 std::vector< sal_Int32 > aPagesToPrint; in CalculatePagePairsForProspectPrinting()
1635 std::vector< const SwPageFrm * > aVec; in CalculatePagePairsForProspectPrinting()
2061std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::AllInv… in SpellItAgainSam()
2062std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::SetNee… in SpellItAgainSam()
2068std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::SetIdleFlags));//sw… in SpellItAgainSam()
[all …]
/aoo42x/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx71 ORowSetValue OOp_Char::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
78 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
79 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
93 ORowSetValue OOp_Concat::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
100 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
101 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
113 ORowSetValue OOp_Locate::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
116 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
117 ::std::vector<ORowSetValue>::const_iterator aEnd = lhs.end(); in operate()
135 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
[all …]
/aoo42x/main/vcl/source/control/
H A Dthrobber.cxx91 ::std::vector< Image > aImages; in lcl_loadImageSet()
97 ::std::vector< ::rtl::OUString > aImageURLs( Throbber::getDefaultImageURLs( i_imageSet ) ); in lcl_loadImageSet()
101 for ( ::std::vector< ::rtl::OUString >::const_iterator imageURL = aImageURLs.begin(); in lcl_loadImageSet()
154 ::std::vector< ::std::vector< Image > > aImageSets; in initImages()
172 long nMinimalDistance = ::std::numeric_limits< long >::max(); in initImages()
173 … for ( ::std::vector< ::std::vector< Image > >::const_iterator check = aImageSets.begin(); in initImages()
226 void Throbber::setImageList( ::std::vector< Image > const& i_images ) in setImageList()
238 ::std::vector< Image > aImages( rImageList.getLength() ); in setImageList()
239 ::std::copy( in setImageList()
248 ::std::vector< ::rtl::OUString > Throbber::getDefaultImageURLs( const ImageSet i_imageSet ) in getDefaultImageURLs()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dftools.hxx84 { return static_cast< ReturnType >( ::std::max< Type >( ::std::min< Type >( nValue, nMax ), nMin ) … in limit_cast()
89 { return limit_cast( nValue, ::std::numeric_limits< ReturnType >::min(), ::std::numeric_limits< Ret… in limit_cast()
226 class ScfRefMap : public ::std::map< KeyType, ScfRef< ObjType > >
231 typedef ::std::map< key_type, ref_type > map_type;
402 typedef ::std::vector< sal_uInt8 > ScfUInt8Vec;
403 typedef ::std::vector< sal_Int16 > ScfInt16Vec;
404 typedef ::std::vector< sal_uInt16 > ScfUInt16Vec;
405 typedef ::std::vector< sal_Int32 > ScfInt32Vec;
406 typedef ::std::vector< sal_uInt32 > ScfUInt32Vec;
407 typedef ::std::vector< sal_Int64 > ScfInt64Vec;
[all …]
/aoo42x/main/cppu/source/uno/
H A Dlbenv.cxx103 public ::std::unary_function< const void *, ::std::size_t >
106 { return (::std::size_t) pKey; } in operator ()()
111 public ::std::unary_function< const OUString &, ::std::size_t >
118 typedef ::std::hash_map<
123 typedef ::std::hash_map<
125 ::std::equal_to< void * > > Ptr2ObjectMap;
127 typedef ::std::hash_map<
223 ::std::size_t nSize = aInterfaces.size(); in find()
240 void * iface_ptr, ::std::size_t pos ) in find()
242 ::std::size_t size = aInterfaces.size(); in find()
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx175 void OTextConnectionPageSetup::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
929 ::std::pair<Window*,sal_Int32> pWindows[] = { in DBG_NAME()
930 ::std::pair<Window*,sal_Int32>(&m_aFTFinalHelpText,nRelatedHeight) in DBG_NAME()
931 ,::std::pair<Window*,sal_Int32>(&m_aRBRegisterDataSource,nRelatedHeight) in DBG_NAME()
932 ,::std::pair<Window*,sal_Int32>(&m_aRBDontregisterDataSource,nUnrelatedHeight) in DBG_NAME()
933 ,::std::pair<Window*,sal_Int32>(&m_aFTAdditionalSettings,nRelatedHeight) in DBG_NAME()
934 ,::std::pair<Window*,sal_Int32>(&m_aCBOpenAfterwards,nRelatedHeight) in DBG_NAME()
935 ,::std::pair<Window*,sal_Int32>(&m_aCBStartTableWizard,nUnrelatedHeight) in DBG_NAME()
936 ,::std::pair<Window*,sal_Int32>(&m_aFTFinalText,nUnrelatedHeight) in DBG_NAME()
979 void OFinalDBPageSetup::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()
[all …]
/aoo42x/main/svl/source/items/
H A Dstylepool.cxx50 std::vector< StylePool::SfxItemSet_Pointer_t > maItemSet;
153 std::vector<Node*>::iterator aIter = mChildren.begin(); in findChildNode()
189 std::vector<Node*>::iterator aIter = mChildren.begin(); in nextItemSet()
240 std::vector<Node*>::const_iterator aIter = mChildren.begin(); in hasIgnorableChildren()
263 std::vector<Node*>::const_iterator aIter = mChildren.begin(); in getItemSetOfIgnorableChild()
292 std::vector<Node*>::iterator aIter = mChildren.begin(); in ~Node()
303 std::map< const SfxItemSet*, Node >& mrRoot;
304 std::map< const SfxItemSet*, Node >::iterator mpCurrNode;
310 Iterator( std::map< const SfxItemSet*, Node >& rR, in Iterator()
393 std::map< const SfxItemSet*, Node > maRoot;
[all …]
/aoo42x/main/vcl/source/app/
H A Dsession.cxx75 std::list< Listener > m_aListeners;
127 std::list< Listener > aListeners; in callSaveRequested()
131 for( std::list< Listener >::iterator it = m_aListeners.begin(); in callSaveRequested()
157 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callSaveRequested()
164 std::list< Listener > aListeners; in callInteractionGranted()
193 std::list< Listener > aListeners; in callShutdownCancelled()
210 std::list< Listener > aListeners; in callQuit()
265 std::list< Listener >::iterator it = m_aListeners.begin(); in removeSessionManagerListener()
295 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in queryInteraction()
309 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in interactionDone()
[all …]
/aoo42x/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx57 …void lcl_collectElements(const uno::Reference< report::XSection >& _xSection,::std::vector< uno::R… in lcl_collectElements()
77 …::std::vector< uno::Reference< drawing::XShape> >::const_reverse_iterator aIter = _aControls.rbegi… in lcl_insertElements()
78 …::std::vector< uno::Reference< drawing::XShape> >::const_reverse_iterator aEnd = _aControls.rend(); in lcl_insertElements()
97 …void lcl_setValues(const uno::Reference< report::XSection >& _xSection,const ::std::vector< ::std:… in lcl_setValues()
101 … ::std::vector< ::std::pair< ::rtl::OUString ,uno::Any> >::const_iterator aIter = _aValues.begin(); in lcl_setValues()
102 ::std::vector< ::std::pair< ::rtl::OUString ,uno::Any> >::const_iterator aEnd = _aValues.end(); in lcl_setValues()
138 ::std::vector< uno::Reference< drawing::XShape> >::iterator aEnd = m_aControls.end(); in ~OSectionUndo()
139 …for (::std::vector< uno::Reference< drawing::XShape> >::iterator aIter = m_aControls.begin(); aIte… in ~OSectionUndo()
176 …m_aValues.push_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValu… in collectControls()
230 ,::std::mem_fun_t< uno::Reference< report::XSection > in OReportSectionUndo()
[all …]
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.cxx48 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, int Value) : in RegistryValueImpl()
58 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::wstring& Value) : in RegistryValueImpl()
69 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::string& Value) : in RegistryValueImpl()
100 std::wstring RegistryValueImpl::GetName() const in GetName()
139 std::wstring RegistryValueImpl::GetDataAsUniString() const in GetDataAsUniString()
148 std::string RegistryValueImpl::GetDataAsAnsiString() const in GetDataAsAnsiString()
180 void RegistryValueImpl::SetName(const std::wstring& NewName) in SetName()
188 void RegistryValueImpl::SetValue(const std::wstring& NewValue) in SetValue()
197 void RegistryValueImpl::SetValue(const std::string& NewValue) in SetValue()
H A Dregistrywnt.hxx65 virtual RegistryValue GetValue(const std::wstring& Name) const;
72 virtual RegistryValue GetValue(const std::wstring& Name, const RegistryValue& Default) const;
98 virtual RegistryKey OpenSubKey(const std::wstring& Name, bool Writeable = true);
108 virtual RegistryKey CreateSubKey(const std::wstring& Name);
119 virtual void DeleteSubKey(const std::wstring& Name);
130 virtual void DeleteSubKeyTree(const std::wstring& Name);
142 virtual void DeleteValue(const std::wstring& Name);
167 RegistryKeyImplWinNT(HKEY RootKey, const std::wstring& KeyName);
180 …RegistryKeyImplWinNT(HKEY RootKey, HKEY SubKey, const std::wstring& KeyName, bool Writeable = true…
184 LONG ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name);
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/
H A Dmigrateinstallpath.cxx46 using namespace std;
50 std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
52 std::_tstring result; in GetMsiProperty()
74 std::_tstring sInstDir; in MigrateInstallPath()
76 std::_tstring sManufacturer = GetMsiProperty( handle, TEXT("Manufacturer") ); in MigrateInstallPath()
77 std::_tstring sDefinedName = GetMsiProperty( handle, TEXT("DEFINEDPRODUCT") ); in MigrateInstallPath()
78 std::_tstring sUpdateVersion = GetMsiProperty( handle, TEXT("DEFINEDVERSION") ); in MigrateInstallPath()
79 std::_tstring sUpgradeCode = GetMsiProperty( handle, TEXT("UpgradeCode") ); in MigrateInstallPath()
81 std::_tstring sProductKey = "Software\\" + sManufacturer + "\\" + sDefinedName + in MigrateInstallPath()
84 std::_tstring mystr; in MigrateInstallPath()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx238 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pOwner->GetRowList(); in OTableEditorDelUndoAct()
266 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Undo()
267 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aEnd = m_aDeletedRows.end(); in Undo()
270 ::std::vector< ::boost::shared_ptr<OTableRow> >* pOriginalRows = pTabEdCtrl->GetRowList(); in Undo()
290 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aIter = m_aDeletedRows.begin(); in Redo()
291 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aEnd = m_aDeletedRows.end(); in Redo()
312 const ::std::vector< ::boost::shared_ptr<OTableRow> >& _vInsertedRows) in OTableEditorInsUndoAct()
353 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Redo()
408 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Redo()
443 ::std::vector< ::boost::shared_ptr<OTableRow> >* pRowList = pTabEdCtrl->GetRowList(); in Undo()
[all …]
/aoo42x/main/binaryurp/source/
H A Dwriter.hxx58 static void * operator new(std::size_t size) in operator new()
72 std::vector< BinaryAny > const & inArguments);
80 std::vector< BinaryAny > const & outArguments);
86 std::vector< BinaryAny > const & inArguments);
92 std::vector< BinaryAny > const & outArguments,
117 std::vector< BinaryAny > const & outArguments);
119 void sendMessage(std::vector< unsigned char > const & buffer);
129 std::vector< BinaryAny > const & inArguments,
138 std::vector< BinaryAny > const & outArguments,
153 std::vector< BinaryAny > arguments;
[all …]
H A Dwriter.cxx62 std::vector< BinaryAny > const & inArguments, in Item()
72 std::vector< BinaryAny > const & outArguments, in Item()
90 std::vector< BinaryAny > const & inArguments) in sendDirectRequest()
101 std::vector< BinaryAny > const & outArguments) in sendDirectReply()
111 std::vector< BinaryAny > const & inArguments) in queueRequest()
196 } catch (std::exception & e) { in run()
263 std::vector< unsigned char > buf; in sendRequest()
362 std::vector< BinaryAny > const & outArguments) in sendReply()
365 std::vector< unsigned char > buf; in sendReply()
400 std::vector< BinaryAny >::const_iterator i( in sendReply()
[all …]
H A Dincomingrequest.cxx58 std::vector< BinaryAny > const & inArguments, bool currentContextMode, in IncomingRequest()
72 std::vector< BinaryAny > outArgs; in execute()
85 } catch (std::exception & e) { in execute()
118 } catch (std::exception & e) { in execute()
131 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const in execute_throw()
191 std::list< std::vector< char > > outBufs; in execute_throw()
192 std::vector< void * > args; in execute_throw()
217 std::vector< BinaryAny >::const_iterator i( in execute_throw()
227 std::vector< char >( in execute_throw()
245 std::vector< char > retBuf(retType.is() ? retType.get()->nSize : 0); in execute_throw()
[all …]
/aoo42x/main/chart2/source/tools/
H A DImplOPropertySet.cxx44 public ::std::unary_function< sal_Int32, beans::PropertyState >
64 public ::std::unary_function< K, void >
66 lcl_eraseMapEntry( ::std::map< K, V > & rMap ) in lcl_eraseMapEntry()
76 ::std::map< K, V > m_rMap;
106 ::std::copy( rOther.m_aProperties.begin(), rOther.m_aProperties.end(), in ImplOPropertySet()
107 ::std::inserter( m_aProperties, m_aProperties.begin() )); in ImplOPropertySet()
118 const ::std::vector< sal_Int32 > & aHandles ) const in GetPropertyStatesByHandle()
122 ::std::transform( aHandles.begin(), aHandles.end(), in GetPropertyStatesByHandle()
140 const ::std::vector< sal_Int32 > & aHandles ) in SetPropertiesToDefault()
142 ::std::for_each( aHandles.begin(), aHandles.end(), in SetPropertiesToDefault()
[all …]
/aoo42x/main/dbaccess/source/filter/xml/
H A Dxmlfilter.hxx106 typedef ::std::vector< ::com::sun::star::beans::PropertyValue> TInfoSequence;
112 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDocElemTokenMap;
113 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDatabaseElemTokenMap;
114 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDataSourceElemTokenMap;
115 mutable ::std::auto_ptr<SvXMLTokenMap> m_pLoginElemTokenMap;
116 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDatabaseDescriptionElemTokenMap;
117 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDataSourceInfoElemTokenMap;
118 mutable ::std::auto_ptr<SvXMLTokenMap> m_pDocumentsElemTokenMap;
119 mutable ::std::auto_ptr<SvXMLTokenMap> m_pComponentElemTokenMap;
120 mutable ::std::auto_ptr<SvXMLTokenMap> m_pQueryElemTokenMap;
[all …]
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx72 static std::_tstring GetMsiProperty( MSIHANDLE handle, const std::_tstring& sProperty ) in GetMsiProperty()
74 std::_tstring result; in GetMsiProperty()
90 static inline bool IsSetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in IsSetMsiProperty()
92 std::_tstring value = GetMsiProperty(handle, sProperty); in IsSetMsiProperty()
96 static inline void UnsetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in UnsetMsiProperty()
101 static inline void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty()
176 std::_tstring sInstDir = GetMsiProperty( handle, TEXT("INSTALLLOCATION") ); in IsOfficeRunning()
178 std::_tstring sResourceDir = sInstDir + TEXT("program\\resource\\"); in IsOfficeRunning()
179 std::_tstring sPattern = sResourceDir + TEXT("vcl*.res"); in IsOfficeRunning()
191 std::_tstring sResourceFile = sResourceDir + aFindFileData.cFileName; in IsOfficeRunning()
[all …]
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Dtpltools.hxx53 std::vector<VECTOR_ELEM> &
61 const std::map< KEY, VAL > &
71 const std::map< KEY, VAL > &
79 const std::map< KEY, VAL > &
142 adjust_vector_size( std::vector<VECTOR_ELEM> & io_rVector, in adjust_vector_size()
161 find_in_map( const std::map< KEY, VAL > & i_rMap, in find_in_map()
164 typename std::map< KEY, VAL >::const_iterator in find_in_map()
173 value_from_map( const std::map< KEY, VAL > & i_rMap, in value_from_map()
176 typename std::map< KEY, VAL >::const_iterator in value_from_map()
185 value_from_map( const std::map< KEY, VAL > & i_rMap, in value_from_map()
[all …]
/aoo42x/main/registry/tools/
H A Doptions.hxx36 std::string m_program;
45 static bool checkArgument (std::vector< std::string > & rArgs, char const * arg, size_t len);
47 bool initOptions (std::vector< std::string > & rArgs);
50 std::string const & getProgramName() const { return m_program; } in getProgramName()
54 static bool checkCommandFile(std::vector< std::string > & rArgs, char const * filename);
56 virtual bool initOptions_Impl(std::vector< std::string > & rArgs) = 0;
/aoo42x/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx218 ::std::vector<Image> maImages;
219 ::std::vector<Color> maColors;
220 ::std::vector<Paint> maPaints;
221 ::std::vector<sal_Int32> maIntegers;
222 ::std::vector<bool> maBooleans;
223 ::std::vector<Rectangle> maRectangles;
227 typedef ::std::hash_map<rtl::OUString,ThemeItem, rtl::OUStringHash> PropertyNameToIdMap;
229 typedef ::std::vector<rtl::OUString> PropertyIdToNameMap;
231 typedef ::std::vector<cssu::Any> RawValueContainer;
235 typedef ::std::map<ThemeItem,ChangeListenerContainer> ChangeListeners;
[all …]
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx196 ::std::vector<sal_Int32>::iterator aIter = m_aHeight.begin(); in EndElement()
197 ::std::vector<sal_Int32>::iterator aEnd = m_aHeight.end(); in EndElement()
205 ::std::vector< ::std::vector<TCell> >::iterator aRowIter = m_aGrid.begin(); in EndElement()
206 ::std::vector< ::std::vector<TCell> >::iterator aRowEnd = m_aGrid.end(); in EndElement()
210 ::std::vector<TCell>::iterator aColIter = (*aRowIter).begin(); in EndElement()
211 ::std::vector<TCell>::iterator aColEnd = (*aRowIter).end(); in EndElement()
217 …::std::vector< uno::Reference< report::XReportComponent> >::iterator aCellIter = rCell.xElements.b… in EndElement()
218 …const ::std::vector< uno::Reference< report::XReportComponent> >::iterator aCellEnd = rCell.xEleme… in EndElement()
232 ::std::vector<TCell>::iterator aWidthIter = aColIter + 1; in EndElement()
243 … ::std::vector< ::std::vector<TCell> >::iterator aHeightIter = aRowIter + 1; in EndElement()
[all …]
/aoo42x/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx69 …::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> pMemFunSection = ::std::mem_fun(… in getMemberFunction()
72 pMemFunSection = ::std::mem_fun(&OGroupHelper::getHeader); in getMemberFunction()
79 …::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper> pMemFunSection = ::std::mem_fun… in getMemberFunction()
81 pMemFunSection = ::std::mem_fun(&OReportHelper::getReportHeader); in getMemberFunction()
83 pMemFunSection = ::std::mem_fun(&OReportHelper::getPageHeader); in getMemberFunction()
85 pMemFunSection = ::std::mem_fun(&OReportHelper::getPageFooter); in getMemberFunction()
87 pMemFunSection = ::std::mem_fun(&OReportHelper::getDetail); in getMemberFunction()
263 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoGroupSectionAction()
309 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoReportSectionAction()
411 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoPropertyGroupSectionAction()
[all …]

Completed in 121 milliseconds

12345678910>>...207