Home
last modified time | relevance | path

Searched refs:value_type (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx59 …ableConnection( OJoinTableView* _pContainer,const TTableConnectionData::value_type& _pTabConnData ) in DBG_NAME()
155 TTableWindowData::value_type pRef = GetData()->getReferencingTable(); in GetSourceWin()
166 TTableWindowData::value_type pRef = GetData()->getReferencedTable(); in GetDestWin()
H A DJoinTableView.cxx339 TTableWindowData::value_type OJoinTableView::createTableWindowData(const ::rtl::OUString& _rCompose… in createTableWindowData()
343 TTableWindowData::value_type pData( CreateImpl(_rComposedName, _sTableName,_rWinName) ); in createTableWindowData()
385 …TTableWindowData::value_type pNewTabWinData(createTableWindowData( _rComposedName, rWinName,rWinNa… in AddTabWin()
422 TTableWindowData::value_type pData = pTabWin->GetData(); in RemoveTabWin()
578 TTableWindowData::value_type pData = _pWin->GetData(); in EnsureVisible()
871 TTableWindowData::value_type pData = m_pDragWin->GetData(); in Tracking()
1766 bool OJoinTableView::supressCrossNaturalJoin(const TTableConnectionData::value_type& ) const in supressCrossNaturalJoin()
H A DQTableConnectionData.hxx63 …ableConnectionData( const TTableWindowData::value_type& _pReferencingTable,const TTableWindowData:…
/aoo42x/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx271 TTableWindowData::value_type createTableWindowData(const ::rtl::OUString& _rComposedName
300 virtual OTableWindow* createWindow(const TTableWindowData::value_type& _pData) = 0;
311 virtual bool supressCrossNaturalJoin(const TTableConnectionData::value_type& _pData) const;
H A DRelationTableView.hxx39 …TTableConnectionData::value_type m_pCurrentlyTabConnData; // set when we creating a connection wit…
47 virtual OTableWindow* createWindow(const TTableWindowData::value_type& _pData);
H A DRTableConnectionData.hxx72 ORelationTableConnectionData( const TTableWindowData::value_type& _pReferencingTable,
73 const TTableWindowData::value_type& _pReferencedTable,
/aoo42x/main/svx/source/inc/
H A Dfrmselimpl.hxx258 typedef typename Cont::value_type value_type; typedef in svx::FrameBorderIterBase
264 inline value_type operator*() const { return *maIt; } in operator *()
/aoo42x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx139 …m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRo… in construct()
556 …m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRo… in reset()
574 struct PositionFunctor : ::std::unary_function<SelectColumnsMetaData::value_type,bool>
582 inline bool operator()(const SelectColumnsMetaData::value_type& _aType) in operator ()()
587 struct TableNameFunctor : ::std::unary_function<SelectColumnsMetaData::value_type,bool>
595 inline bool operator()(const SelectColumnsMetaData::value_type& _aType) in operator ()()
/aoo42x/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx165 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, rServiceSpecifier )); in addFactorySpecifierToTypeNameModule()
245 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, aService )); in elementInserted()
286 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, aService )); in elementReplaced()
343 m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, aService )); in readConfigurationData()
/aoo42x/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx71 …m_aCategoryIndex.push_back( m_aCategories.insert(TCategoriesMap::value_type(xCategory->getName(),p… in getCategory()
112 …aCategoryFind = m_aCategories.insert(TCategoriesMap::value_type(sCategoryName,::boost::shared_ptr<… in get()
115 …aFunctionFind = m_aFunctions.insert(TFunctionsMap::value_type(sFunctionName,::boost::shared_ptr<Fu… in get()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx114 ::std::select2nd< NamedDefinitions::value_type >() in find()
127 ::std::select2nd< NamedDefinitions::value_type >() in find()
159 Documents::value_type( aDefinition->first, Documents::mapped_type() ) ).first ); in DBG_NAME()
610 m_aDocuments.push_back(m_aDocumentMap.insert(Documents::value_type(_rName,_rxNewObject)).first); in implAppend()
/aoo42x/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx498 AmbiguousPropertyIds::get().push_back( IntArrayArray::value_type() ); in OCommonGeometryControlModel()
543 IntArrayArray::value_type& rDuplicateIds = AmbiguousPropertyIds::get()[ _nId ]; in createArrayHelper()
627 IntArrayArray::value_type& rDuplicateIds = AmbiguousPropertyIds::get()[ m_nPropertyMapId ]; in setFastPropertyValue_NoBroadcast()
629 IntArrayArray::value_type::const_iterator aPos = ::std::find_if( in setFastPropertyValue_NoBroadcast()
/aoo42x/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx444 … struct StringBagCollector : public ::std::unary_function< ImplMapHandlerToUI::value_type, void >
453 void operator()( const ImplMapHandlerToUI::value_type& _rUI ) in operator ()()
470 … struct StringBagClearer : public ::std::unary_function< ImplMapHandlerToUI::value_type, void >
478 void operator()( const ImplMapHandlerToUI::value_type& _rUI ) in operator ()()
/aoo42x/main/unoxml/source/dom/
H A Dsaxbuilder.cxx227 aNSMap.insert(NSMap::value_type(newprefix, attr_value)); in startElement()
232 aNSMap.insert(NSMap::value_type(OUString(), attr_value)); in startElement()
236 aAttrMap.insert(AttrMap::value_type(attr_qname, attr_value)); in startElement()
/aoo42x/main/l10ntools/source/
H A Dmerge.cxx129 aMap.insert( PFormEntrysHashMap::value_type( ByteString("HACK") , pfEntrys ) ); in Insert()
158 aMap.insert( PFormEntrysHashMap::value_type( rPForm , pFEntrys ) ); in InsertEntry()
350 aMap.insert( MergeDataHashMap::value_type( sKey, pData ) ); in InsertEntry()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx213 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
220 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
223 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
232 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
239 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
242 rOutRangeMap.insert( lcl_tOriginalRangeToInternalRangeMap::value_type( in lcl_fillRangeMapping()
H A DSchXMLSeries2Context.cxx213 tSchXMLLSequencesPerIndex::value_type( in lcl_insertErrorBarLSequencesToMap()
437 tSchXMLLSequencesPerIndex::value_type( in StartElement()
453 tSchXMLLSequencesPerIndex::value_type( in StartElement()
618 tSchXMLLSequencesPerIndex::value_type( in EndElement()
630 tSchXMLLSequencesPerIndex::value_type( in EndElement()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx593 TSectionsGrid::value_type( in exportSectionAutoStyle()
595 … TGrid(aRowPos.size() - 1,TGrid::value_type(sal_False,TRow(aColumnPos.size() - 1))) in exportSectionAutoStyle()
600 …TGridStyleMap::iterator aPos = m_aColumnStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),T… in exportSectionAutoStyle()
602 aPos = m_aRowStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),TStringVec())).first; in exportSectionAutoStyle()
1192 …m_aAutoStyleNames.insert( TPropertyStyleMap::value_type(_xProp,GetAutoStylePool()->Add( XML_STYLE_… in exportAutoStyle()
1306 …m_aAutoStyleNames.insert( TPropertyStyleMap::value_type(_xProp,GetAutoStylePool()->Add( XML_STYLE_… in exportAutoStyle()
1313 …m_aAutoStyleNames.insert( TPropertyStyleMap::value_type(_xProp.get(),GetAutoStylePool()->Add( XML_… in exportAutoStyle()
1658 m_aGroupFunctionMap.insert(TGroupFunctionMap::value_type(xGroup,xFunction)); in exportGroupsExpressionAsFunction()
/aoo42x/main/basebmp/inc/basebmp/
H A Dgenericcolorimageaccessor.hxx43 typedef Color value_type; typedef in basebmp::GenericColorImageAccessor
71 void set(value_type const& value, Iterator const& i, Difference const& diff) const in set()
/aoo42x/main/svtools/source/brwbox/
H A Dbrwimpl.hxx41 … struct THeaderCellMapFunctorDispose : ::std::unary_function<THeaderCellMap::value_type,void>
43 inline void operator()(const THeaderCellMap::value_type& _aType) in operator ()()
/aoo42x/main/chart2/source/inc/
H A DDisposeHelper.hxx84 …or_each( rContainer.begin(), rContainer.end(), DisposeFunctor< typename Container::value_type >()); in DisposeAllElements()
90 …h( rContainer.begin(), rContainer.end(), DisposeSecondOfPairFunctor< typename Map::value_type >()); in DisposeAllMapElements()
/aoo42x/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx192 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
199 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
230 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
237 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
289 … rHashMap.insert( UIElementDataHashMap::value_type( aUIElementData.aResourceURL, aUIElementData )); in impl_preloadUIElementTypeList()
1181 … rElements.insert( UIElementDataHashMap::value_type( ResourceURL, aUIElementData )); in replaceSettings()
1324 rElements.insert( UIElementDataHashMap::value_type( NewResourceURL, aUIElementData )); in insertSettings()
H A Duiconfigurationmanagerimpl.cxx160 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
167 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pUserIter->second.aResourceURL,… in impl_fillSequenceWithElementTypeInfo()
199 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
206 …aUIElementInfoCollection.insert( UIElementInfoHashMap::value_type( pDefIter->second.aResourceURL, … in impl_fillSequenceWithElementTypeInfo()
259 … rHashMap.insert( UIElementDataHashMap::value_type( aUIElementData.aResourceURL, aUIElementData )); in impl_preloadUIElementTypeList()
1147 … rElements.insert( UIElementDataHashMap::value_type( ResourceURL, aUIElementData )); in replaceSettings()
1301 … rElements.insert( UIElementDataHashMap::value_type( NewResourceURL, aUIElementData )); in insertSettings()
/aoo42x/main/framework/source/uielement/
H A Dstatusbarmanager.cxx92 struct lcl_UpdateController : public std::unary_function< typename MAP::value_type, void >
94 void operator()( typename MAP::value_type &rElement ) const in operator ()()
108 struct lcl_RemoveController : public std::unary_function< typename MAP::value_type, void >
110 void operator()( typename MAP::value_type &rElement ) const in operator ()()
/aoo42x/main/xmloff/source/transform/
H A DTransformerActions.cxx52 XMLTransformerActions::value_type aVal( aKey, aData ); in XMLTransformerActions()
81 XMLTransformerActions::value_type aVal( aKey, aData ); in Add()

Completed in 157 milliseconds

12345678910>>...19