| /aoo41x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 68 class Pair  class74 						Pair();
 90 inline Pair::Pair()  in Pair()  function in Pair
 95 inline Pair::Pair( long _nA, long _nB )  in Pair()  function in Pair
 97 	Pair::nA = _nA;  in Pair()
 98 	Pair::nB = _nB;  in Pair()
 101 inline sal_Bool Pair::operator == ( const Pair& rPair ) const  in operator ==()
 106 inline sal_Bool Pair::operator != ( const Pair& rPair ) const  in operator !=()
 115 class Point : public Pair
 242 class Size : public Pair
 [all …]
 
 | 
| H A D | vector2d.hxx | 44 	inline Vector2D( const Pair& rPair ) : mfX( rPair.nA ), mfY( rPair.nB ) {};  in Vector2D()90 	inline Vector2D&	operator=( const Pair& rPair ) { mfX = rPair.nA, mfY = rPair.nB; return *this; }  in operator =()
 91 …inline Vector2D&	operator-=( const Pair& rPair ) { mfX -= rPair.nA, mfY -= rPair.nB; return *this;…  in operator -=()
 92 …inline Vector2D&	operator+=( const Pair& rPair ) { mfX += rPair.nA, mfY += rPair.nB; return *this;…  in operator +=()
 93 …inline Vector2D&	operator*=( const Pair& rPair ) { mfX *= rPair.nA, mfY *= rPair.nB; return *this;…  in operator *=()
 94 …inline Vector2D&	operator/=( const Pair& rPair ) { mfX /= rPair.nA, mfY /= rPair.nB; return *this;…  in operator /=()
 96 …inline sal_Bool			operator==( const Pair& rPair ) const { return( mfX == rPair.nA && mfY == rPair.…  in operator ==()
 97 	inline sal_Bool			operator!=( const Pair& rPair ) const { return !( *this == rPair ); }  in operator !=()
 
 | 
| H A D | presys.h | 27 #define Pair StlPair  macro
 | 
| /aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ | 
| H A D | ProductDescription.java | 40     private class Pair {  class in ProductDescription44         public Pair(Pattern key, String value) {  in Pair()  method in ProductDescription.Pair
 82                 Pair pair = (Pair) macro.get(i);  in setNewMacro()
 88             macro.add(new Pair(pattern, value));  in setNewMacro()
 99             Pair pair = (Pair) macro.get(i);  in dumpMacros()
 132             Pair pair = (Pair) macro.get(i);  in replaceMacros()
 266                         macro.add(new Pair(pattern, value));  in parse()
 
 | 
| /aoo41x/main/comphelper/qa/complex/comphelper/ | 
| H A D | Map.java | 27 import com.sun.star.beans.Pair;150         Pair< ?, ? >[] initialMappings = new Pair< ?, ? >[ _keys.length ];  in impl_checkMappings()
 153             initialMappings[i] = new Pair< Object, Object >( _keys[i], _values[i] );  in impl_checkMappings()
 156 … connection.getComponentContext(), keyType, valueType, (Pair< Object, Object >[])initialMappings );  in impl_checkMappings()
 404             Pair< ?, ? > lhs = (Pair< ?, ? >)_lhs;  in areEqual()
 405             Pair< ?, ? > rhs = (Pair< ?, ? >)_rhs;  in areEqual()
 423         CompareEqual comparator = _expectedElements[0].getClass().equals( Pair.class )  in impl_verifyEnumerationContent()
 463         final Pair< ?, ? >[] paired = new Pair< ?, ? >[ keys.length ];  in testEnumerations()
 466             paired[i] = new Pair< Object, Object >( keys[i], values[i] );  in testEnumerations()
 
 | 
| /aoo41x/main/chart2/source/inc/ | 
| H A D | EventListenerHelper.hxx | 80 template< class Pair >81 struct addListenerToMappedElementFunctor : public ::std::unary_function< Pair, void >
 88     void operator() ( const Pair & aPair )  in operator ()()
 99 template< class Pair >
 100 struct removeListenerFromMappedElementFunctor : public ::std::unary_function< Pair, void >
 107     void operator() ( const Pair & aPair )  in operator ()()
 
 | 
| H A D | ModifyListenerHelper.hxx | 164 template< class Pair >165 struct addListenerToMappedElementFunctor : public ::std::unary_function< Pair, void >
 172     void operator() ( const Pair & aPair )  in operator ()()
 183 template< class Pair >
 184 struct removeListenerFromMappedElementFunctor : public ::std::unary_function< Pair, void >
 191     void operator() ( const Pair & aPair )  in operator ()()
 
 | 
| /aoo41x/main/comphelper/source/container/ | 
| H A D | enumerablemap.cxx | 74     using ::com::sun::star::beans::Pair;238         void    impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues );
 391         Sequence< Pair< Any, Any > > aInitialValues;  in initialize()
 423     void EnumerableMap::impl_initValues_throw( const Sequence< Pair< Any, Any > >& _initialValues )  in impl_initValues_throw()
 429         const Pair< Any, Any >* mapping = _initialValues.getConstArray();  in impl_initValues_throw()
 430         const Pair< Any, Any >* mappingEnd = mapping + _initialValues.getLength();  in impl_initValues_throw()
 692         return ::cppu::UnoType< Pair< Any, Any > >::get();  in getElementType()
 768 …     case eBoth:     aNextElement <<= Pair< Any, Any >( m_mapPos->first, m_mapPos->second ); break;  in nextElement()
 
 | 
| /aoo41x/main/offapi/com/sun/star/awt/grid/ | 
| H A D | XSortableGridData.idl | 28 #include <com/sun/star/beans/Pair.idl>59 …ure describing the current sort order. <member scope="::com::sun::star::beans">Pair::First</member>
 61 …<member scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted asc…
 64     ::com::sun::star::beans::Pair< long, boolean >
 
 | 
| /aoo41x/main/sw/qa/complex/writer/ | 
| H A D | LoadSaveTest.java | 38 import com.sun.star.beans.Pair;98         Pair<List<String>, List<String>> dirsFiles =  in testLoadStore()
 208     Pair<List<String>, List<String>> getDirAndFileNames(String dir)  in getDirAndFileNames()
 214         return new Pair<List<String>, List<String>>(dirs, files);  in getDirAndFileNames()
 
 | 
| H A D | TextPortionEnumerationTest.java | 36 import com.sun.star.beans.Pair;433     private Stack<Pair<TreeNode, TreeNodeEnum>> m_StackExpected;
 434     private Stack<Pair<TreeNode, TreeNodeEnum>> m_StackActual;
 441         m_StackExpected = new Stack<Pair<TreeNode, TreeNodeEnum>>();  in FuzzyTester()
 442         m_StackActual = new Stack<Pair<TreeNode, TreeNodeEnum>>();  in FuzzyTester()
 452         m_StackActual.push(new Pair(actual, actual.createEnumeration()));  in doTest()
 475     private void traverse(Stack<Pair<TreeNode, TreeNodeEnum>> stack,  in traverse()
 485                     stack.push(new Pair(node, nodeEnum));  in traverse()
 1030     private List<Pair<XTextRange, FrameNode>> m_FrameHints;
 1038         m_FrameHints = new ArrayList<Pair<XTextRange, FrameNode>>();  in TreeInserter()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | ctrl.cxx | 213 Pair ControlLayoutData::GetLineStartEnd( long nLine ) const  in GetLineStartEnd()215     Pair aPair( -1, -1 );  in GetLineStartEnd()
 238 Pair Control::GetLineStartEnd( long nLine ) const  in GetLineStartEnd()
 242 …ControlData->mpLayoutData ? mpControlData->mpLayoutData->GetLineStartEnd( nLine ) : Pair( -1, -1 );  in GetLineStartEnd()
 
 | 
| /aoo41x/main/offapi/com/sun/star/awt/ | 
| H A D | XItemList.idl | 28 #include <com/sun/star/beans/Pair.idl>240     ::com::sun::star::beans::Pair< string, string >
 265     sequence< ::com::sun::star::beans::Pair< string, string > >
 
 | 
| /aoo41x/main/offapi/com/sun/star/xml/sax/ | 
| H A D | XFastSAXSerializable.idl | 40 #include <com/sun/star/beans/Pair.idl>89                        [in] sequence< beans::Pair<string, long> > registerNamespaces)
 
 | 
| /aoo41x/main/editeng/inc/editeng/ | 
| H A D | editview.hxx | 48 class Pair;99 	Pair			Scroll( long nHorzScroll, long nVertScroll, sal_uInt8 nRangeCheck = RGCHK_NEG );
 
 | 
| /aoo41x/main/toolkit/source/controls/grid/ | 
| H A D | sortablegriddatamodel.cxx | 65     using ::com::sun::star::beans::Pair;576 …Pair< ::sal_Int32, ::sal_Bool > SAL_CALL SortableGridDataModel::getCurrentSortOrder(  ) throw (Run…  in getCurrentSortOrder()
 581         return Pair< ::sal_Int32, ::sal_Bool >( m_currentSortColumn, m_sortAscending );  in getCurrentSortOrder()
 
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | gen.cxx | 32 SvStream& operator>>( SvStream& rIStream, Pair& rPair )  in operator >>()84 SvStream& operator<<( SvStream& rOStream, const Pair& rPair )  in operator <<()
 
 | 
| /aoo41x/main/vcl/inc/unx/ | 
| H A D | saldisp.hxx | 347     Pair			aResolution_;		// [dpi]471 	const Pair	   &GetResolution() const { return aResolution_; }  in GetResolution()
 
 | 
| /aoo41x/main/offapi/com/sun/star/rdf/ | 
| H A D | XDocumentRepository.idl | 28 #include <com/sun/star/beans/Pair.idl>186     com::sun::star::beans::Pair< sequence<Statement>, boolean >
 
 | 
| /aoo41x/main/unoxml/source/dom/ | 
| H A D | document.cxx | 1046 …                 const Sequence< beans::Pair< rtl::OUString, sal_Int32 > >& i_rRegisterNamespaces )  in fastSerialize()1073         const beans::Pair<OUString,sal_Int32>* pSeq = i_rRegisterNamespaces.getConstArray();  in fastSerialize()
 1074         for (const beans::Pair<OUString,sal_Int32>* pNs = pSeq;  in fastSerialize()
 
 | 
| /aoo41x/main/udkapi/com/sun/star/container/ | 
| H A D | EnumerableMap.idl | 28 #include <com/sun/star/beans/Pair.idl>125         [in] sequence< ::com::sun::star::beans::Pair< any, any > > Values
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | menu.hxx | 357     Pair GetLineStartEnd( long nLine ) const;359     Pair GetItemStartEnd( sal_uInt16 nItemId ) const;
 
 | 
| H A D | controllayout.hxx | 62     Pair GetLineStartEnd( long nLine ) const;
 | 
| /aoo41x/main/accessibility/source/extended/ | 
| H A D | accessibletabbarpagelist.cxx | 338 			    Pair* pPair = (Pair*) rVclWindowEvent.GetData();  in ProcessWindowEvent()
 | 
| /aoo41x/main/dbaccess/source/core/recovery/ | 
| H A D | subcomponentrecovery.cxx | 70     using ::com::sun::star::beans::Pair;485 …Pair< sal_Int32, ::rtl::OUString > aComponentIdentity = m_xDocumentUI->identifySubComponent( m_xCo…  in impl_identifyComponent_throw()
 
 |