EnumContext.cxx (ae13266d) | EnumContext.cxx (10405e3b) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 128 unchanged lines hidden (view full) --- 137const ::rtl::OUString& EnumContext::GetContextName (void) const 138{ 139 return EnumContext::GetContextName(meContext); 140} 141 142 143 144 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 128 unchanged lines hidden (view full) --- 137const ::rtl::OUString& EnumContext::GetContextName (void) const 138{ 139 return EnumContext::GetContextName(meContext); 140} 141 142 143 144 |
145EnumContext::Context EnumContext::GetContext (void) const 146{ 147 return meContext; 148} 149 150 151 152 |
|
145bool EnumContext::operator== (const EnumContext aOther) 146{ 147 return meApplication==aOther.meApplication 148 && meContext==aOther.meContext; 149} 150 151 152 --- 204 unchanged lines hidden --- | 153bool EnumContext::operator== (const EnumContext aOther) 154{ 155 return meApplication==aOther.meApplication 156 && meContext==aOther.meContext; 157} 158 159 160 --- 204 unchanged lines hidden --- |