Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/trunk/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx40 template< typename value_type,
214 value_type get() const in get()
219 value_type get(difference_type d) const in get()
224 void set( value_type v ) const in set()
445 value_type get() const in get()
460 void set( value_type v ) const in set()
462 const value_type pixel_value( in set()
600 value_type get() const in get()
621 void set( value_type v ) const in set()
625 const value_type pixel_value( in set()
[all …]
H A Daccessoradapters.hxx53 typedef typename GetterFunctor::result_type value_type; typedef in basebmp::UnaryFunctionAccessorAdapter
105 value_type getter(typename GetterFunctor::argument_type v) const in getter()
117 value_type operator()(Iterator const& i) const in operator ()()
123 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()()
171 typedef typename WrappedAccessor::value_type value_type; typedef in basebmp::BinarySetterFunctionAccessorAdapter
225 value_type operator()(Iterator const& i) const in operator ()()
287 typedef typename WrappedAccessor1::value_type value_type; typedef in basebmp::TernarySetterFunctionAccessorAdapter
361 value_type operator()(Iterator const& i) const in operator ()()
426 typedef std::pair<typename WrappedAccessor1::value_type,
427 typename WrappedAccessor2::value_type> value_type; typedef in basebmp::JoinImageAccessorAdapter
[all …]
H A Dpaletteimageaccessor.hxx51 typedef typename Accessor::value_type data_type;
52 typedef ColorType value_type; typedef in basebmp::PaletteImageAccessor
61 const value_type* mpPalette;
78 PaletteImageAccessor( const value_type* pPalette, in PaletteImageAccessor()
100 data_type lookup(value_type const& v) const in lookup()
103 const value_type* best_entry; in lookup()
104 const value_type* palette_end( mpPalette+mnNumEntries ); in lookup()
108 const value_type* curr_entry( mpPalette ); in lookup()
112 if( ColorTraits<value_type>::distance(*curr_entry, in lookup()
114 > ColorTraits<value_type>::distance(*curr_entry, in lookup()
[all …]
H A Dpixeliterator.hxx39 typedef Valuetype value_type; typedef in basebmp::PixelColumnIterator
46 typedef StridedArrayIterator< value_type > MoveY;
161 value_type get() const in get()
166 value_type get(difference_type d) const in get()
171 void set( value_type v ) const in set()
176 void set( value_type v, difference_type d ) const in set()
205 typedef Valuetype value_type; typedef in basebmp::PixelIterator
215 typedef StridedArrayIterator< value_type > MoveY;
303 value_type get() const in get()
308 value_type get(difference_type const & d) const in get()
[all …]
H A Dtruecolormaskaccessor.hxx82 typedef typename Accessor::value_type data_type;
83 typedef ColorType value_type; typedef in basebmp::TrueColorMaskAccessor
134 value_type toValue( unsigned_data_type v ) const in toValue()
142 value_type res( (shiftRight(red, in toValue()
159 data_type toPacked( value_type v ) const in toPacked()
179 value_type operator()(Iterator const& i) const in operator ()()
186 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()()
199 vigra::detail::RequiresExplicitCast<value_type>::cast( in set()
209 vigra::detail::RequiresExplicitCast<value_type>::cast( in set()
223 typename Accessor::value_type v ) in operator ()()
[all …]
H A Daccessor.hxx40 typedef ValueType value_type; typedef in basebmp::StandardAccessor
45 value_type operator()(Iterator const& i) const in operator ()()
51 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()()
61 *i = vigra::detail::RequiresExplicitCast<value_type>::cast(value); in set()
67 i[diff] = vigra::detail::RequiresExplicitCast<value_type>::cast(value); in set()
81 typedef ValueType value_type; typedef in basebmp::NonStandardAccessor
86 value_type operator()(Iterator const& i) const in operator ()()
92 value_type operator()(Iterator const& i, Difference const& diff) const in operator ()()
102 i.set( vigra::detail::RequiresExplicitCast<value_type>::cast(value) ); in set()
108 i.set( vigra::detail::RequiresExplicitCast<value_type>::cast(value), in set()
H A Dcompositeiterator.hxx92 typedef ValueType value_type; typedef in basebmp::detail::CompositeIteratorBase
191 value_type get() const in get()
193 return value_type(maIter1.get(), in get()
197 value_type get(difference_type const & d) const in get()
199 return value_type(maIter1.get(d), in get()
203 void set( value_type v ) const in set()
209 void set( value_type v, difference_type const & d ) const in set()
285 … typename vigra::IteratorTraits<Iterator1>::value_type,
294 … typename vigra::IteratorTraits<Iterator1>::value_type,
302 typename base_type::value_type,
[all …]
H A Dcolorblendaccessoradapter.hxx48 typedef AlphaType value_type; typedef in basebmp::ConstantColorBlendSetterAccessorAdapter
49 typedef typename WrappedAccessor::value_type color_type;
56 value_type maGetterValue;
83 value_type val ) : in ConstantColorBlendSetterAccessorAdapter()
94 void setGetterValue( value_type val ) { maGetterValue=val; } in setGetterValue()
95 value_type getGetterValue() { return maGetterValue; } in getGetterValue()
105 template< typename IteratorType > value_type operator()(IteratorType const& ) const in operator ()()
111 value_type operator()(IteratorType const& , Difference const& ) const in operator ()()
H A Daccessortraits.hxx69 typename Accessor::value_type,
70 typename MaskAccessor::value_type,
86 typedef typename Accessor::value_type value_type; typedef
89 typedef std::project2nd< Accessor, value_type > color_lookup;
97 XorFunctor< value_type > > xor_accessor;
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx163 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_CONNECTURL, PROPERTY_URL)); in ODbDataSourceAdministrationHelper()
164 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_NAME, PROPERTY_NAME)); in ODbDataSourceAdministrationHelper()
165 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_USER, PROPERTY_USER)); in ODbDataSourceAdministrationHelper()
166 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_PASSWORD, PROPERTY_PASSWORD)); in ODbDataSourceAdministrationHelper()
168 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_TABLEFILTER, PROPERTY_TABLEFILTER)); in ODbDataSourceAdministrationHelper()
169 m_aDirectPropTranslator.insert(MapInt2String::value_type(DSID_READONLY, PROPERTY_ISREADONLY)); in ODbDataSourceAdministrationHelper()
175 m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_CHARSET, INFO_CHARSET)); in ODbDataSourceAdministrationHelper()
178 …m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_TEXTDELIMITER, INFO_TEXTDELIMITER)… in ODbDataSourceAdministrationHelper()
214 m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_USECATALOG, INFO_USECATALOG)); in ODbDataSourceAdministrationHelper()
219 m_aIndirectPropTranslator.insert(MapInt2String::value_type(DSID_DOCUMENT_URL, PROPERTY_URL)); in ODbDataSourceAdministrationHelper()
[all …]
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx413 value_type get() const in get()
420 value_type get(difference_type d) const in get()
427 void set( value_type v ) const in set()
656 value_type get() const in get()
664 value_type get(difference_type d) const in get()
671 void set( value_type v ) const in set()
673 const value_type pixel_value( in set()
809 value_type get() const in get()
833 void set( value_type v ) const in set()
837 const value_type pixel_value( in set()
[all …]
/trunk/main/salhelper/inc/salhelper/
H A Dfuture.hxx43 template<class value_type>
48 value_type m_aValue;
52 SALHELPER_COPYCTOR_API(FutureValue<value_type>);
55 inline FutureValue (const value_type& value = value_type()) SAL_THROW(())
69 inline void set (const value_type& value) SAL_THROW(()) in set()
75 inline value_type& get() SAL_THROW(()) in get()
84 template<class value_type>
89 FutureValue<value_type> m_aValue;
93 SALHELPER_COPYCTOR_API(Future<value_type>);
96 inline Future (const value_type& value = value_type()) SAL_THROW(())
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx102 typedef typename container_type::value_type value_type; typedef in oox::Matrix
264 static const typename VectorType::value_type*
270 static typename VectorType::value_type*
276 static const typename VectorType::value_type&
282 static typename VectorType::value_type&
319 static ::com::sun::star::uno::Sequence< typename VectorType::value_type >
342 …com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< typename MatrixType::value_type > >
361 …VectorType::value_type& ContainerHelper::getVectorElement( const VectorType& rVector, sal_Int32 nI… in getVectorElement()
367 …me VectorType::value_type& ContainerHelper::getVectorElementAccess( VectorType& rVector, sal_Int32… in getVectorElementAccess()
403 typedef typename VectorType::value_type ValueType; in vectorToSequence()
[all …]
H A Drefvector.hxx48 typedef typename container_type::value_type value_type; typedef in oox::RefVector
56 const value_type* pxRef = getRef( nIndex ); in has()
61 inline value_type get( sal_Int32 nIndex ) const in get()
63 if( const value_type* pxRef = getRef( nIndex ) ) return *pxRef; in get()
64 return value_type(); in get()
154 inline value_type findIf( const FunctorType& rFunctor ) const in findIf()
157 return (aIt == this->end()) ? value_type() : *aIt; in findIf()
166 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( *rxVa… in operator ()()
175 …inline void operator()( const value_type& rxValue ) { if( rxValue.get() ) maFunctor( mnInd… in operator ()()
183 …inline bool operator()( const value_type& rxValue ) { return rxValue.get() && maFunctor( *… in operator ()()
[all …]
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx40 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharBackColor… in CharacterAttributesHelper()
41 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharColor" ),… in CharacterAttributesHelper()
42 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontCharS… in CharacterAttributesHelper()
43 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontFamil… in CharacterAttributesHelper()
44 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontName"… in CharacterAttributesHelper()
45 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharFontPitch… in CharacterAttributesHelper()
47 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharHeight" )… in CharacterAttributesHelper()
49 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharStrikeout… in CharacterAttributesHelper()
50 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharUnderline… in CharacterAttributesHelper()
51 …m_aAttributeMap.insert( AttributeMap::value_type( ::rtl::OUString::createFromAscii( "CharWeight" )… in CharacterAttributesHelper()
[all …]
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx99 rValueMap.insert( tPropertyNameValueMap::value_type( aTarget, aAny ) ); in getValueMap()
469 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in getTextLabelMultiPropertyLists()
470 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists()
480 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("ParaIsHyphenation"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists()
507 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny( draw… in getPreparedTextShapePropertyLists()
508 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny( true… in getPreparedTextShapePropertyLists()
509 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny( true … in getPreparedTextShapePropertyLists()
514 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextLeftDistance"), uno::makeAny( nWidt… in getPreparedTextShapePropertyLists()
515 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextRightDistance"), uno::makeAny( nWidt… in getPreparedTextShapePropertyLists()
516 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextUpperDistance"), uno::makeAny( nHeig… in getPreparedTextShapePropertyLists()
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch129 - resize(width, height, value_type());
130 + resize(w, h, value_type());
155 - resize(size.x, size.y, value_type());
156 + resize(sz.x, sz.y, value_type());
278 + resize(w, h, value_type());
291 + resize(sz.x, sz.y, value_type());
326 value_type * newdata = 0;
327 value_type ** newlines = 0;
380 value_type * newdata = 0;
381 value_type ** newlines = 0;
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx246 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBACKGROUND,TPropertyConverter(PROP… in getPropertyNameMap()
260 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARCOLOR,TPropertyConverter(PROPERTY_TEX… in getPropertyNameMap()
261 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CONTROLBACKGROUND,TPropertyConverter(PROP… in getPropertyNameMap()
262 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARUNDERLINECOLOR,TPropertyConverter(PRO… in getPropertyNameMap()
263 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARRELIEF,TPropertyConverter(PROPERTY_FO… in getPropertyNameMap()
271 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_AL… in getPropertyNameMap()
281 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARCOLOR,TPropertyConverter(PROPERTY_TEX… in getPropertyNameMap()
283 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARUNDERLINECOLOR,TPropertyConverter(PRO… in getPropertyNameMap()
284 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_CHARRELIEF,TPropertyConverter(PROPERTY_FO… in getPropertyNameMap()
292 …s_aNameMap.insert(TPropertyNamePair::value_type(PROPERTY_PARAADJUST,TPropertyConverter(PROPERTY_AL… in getPropertyNameMap()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableConnectionData.hxx58 TTableWindowData::value_type m_pReferencingTable;
59 TTableWindowData::value_type m_pReferencedTable;
72 …TableConnectionData(const TTableWindowData::value_type& _pReferencingTable,const TTableWindowData:…
94 … inline TTableWindowData::value_type getReferencingTable() const { return m_pReferencingTable; } in getReferencingTable()
95 … inline TTableWindowData::value_type getReferencedTable() const { return m_pReferencedTable; } in getReferencedTable()
97 …inline void setReferencingTable(const TTableWindowData::value_type& _pTable) { m_pReferencingTable… in setReferencingTable()
98 …inline void setReferencedTable(const TTableWindowData::value_type& _pTable) { m_pReferencedTable … in setReferencedTable()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx155 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
156 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
157 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
158 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
159 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
160 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
161 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
162 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNew… in initialize()
166 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Refre… in initialize()
167 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBReb… in initialize()
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx159 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Basic… in initialize()
164 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Symbo… in initialize()
169 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Arrow… in initialize()
174 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:FlowC… in initialize()
179 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Callo… in initialize()
184 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:StarS… in initialize()
189 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:CharF… in initialize()
194 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:FontC… in initialize()
195 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Color… in initialize()
200 …m_aStates.insert(TCommandState::value_type(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:Backg… in initialize()
/trunk/main/connectivity/source/commontools/
H A DTSortIndex.cxx33 …binary_function<OSortIndex::TIntValuePairVector::value_type,OSortIndex::TIntValuePairVector::value…
41 …or()(const OSortIndex::TIntValuePairVector::value_type& lhs,const OSortIndex::TIntValuePairVector:… in operator ()()
93 ,::std::select1st<TIntValuePairVector::value_type>()); in CreateKeySet()
115 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue()
119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx106 struct TRemoveEventListenerFunctor : ::std::unary_function<TPooledConnections::value_type,void>
107 ,::std::unary_function<TActiveConnectionMap::value_type,void>
131 void operator()(const TPooledConnections::value_type& _aValue) in operator ()()
136 void operator()(const TActiveConnectionMap::value_type& _aValue) in operator ()()
142 struct TConnectionPoolFunctor : ::std::unary_function<TConnectionMap::value_type,void>
151 void operator()(const TConnectionMap::value_type& _aValue) in operator ()()
245 aActiveInfo.aPos = m_aPool.insert(TConnectionMap::value_type(nId,aPack)).first; in createNewConnection()
247 m_aActiveConnections.insert(TActiveConnectionMap::value_type(xConnection,aActiveInfo)); in createNewConnection()
/trunk/main/chart2/source/inc/
H A DContainerHelper.hxx49 ::com::sun::star::uno::Sequence< typename Container::value_type >
52 ::com::sun::star::uno::Sequence< typename Container::value_type > aResult( rCont.size()); in ContainerToSequence()
72 …SequenceContainer( const ::com::sun::star::uno::Sequence< typename Container::value_type > & rSeq ) in SequenceToSTLSequenceContainer()
98 …SequenceToSTLContainer( const ::com::sun::star::uno::Sequence< typename Container::value_type > & … in SequenceToSTLContainer()
152 ::std::select1st< typename Map::value_type >()); in MapKeysToSequence()
169 ::std::select2nd< typename Map::value_type >()); in MapValuesToSequence()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx107 …r()(const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_type& rElement1, in operator ()()
108 … const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_type& rElement2) in operator ()()
145 bool operator () (const PageCacheContainer::value_type& rValue) in operator ()()
242 mpPageCaches->insert(PageCacheContainer::value_type(aKey, pResult)); in GetCache()
262 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle()
272 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle()
334 mpPageCaches->insert(PageCacheContainer::value_type( in ChangeSize()
471 RecentlyUsedPageCaches::value_type(pDocument, RecentlyUsedQueue()) in PutRecentlyUsedCache()

Completed in 130 milliseconds

12345678910>>...19