/aoo4110/main/dbaccess/qa/complex/dbaccess/ |
H A D | SingleSelectQueryComposer.java | 25 import com.sun.star.beans.PropertyState; 357 …tyValue("CustomerID", SQLFilterOperator.EQUAL, "\"customers\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 358 …PropertyValue("OrderID", SQLFilterOperator.EQUAL, "\"orders\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 359 …pertyValue("ProductID", SQLFilterOperator.EQUAL, "\"products\".\"ID\"", PropertyState.DIRECT_VALUE) in testDisjunctiveNormalForm() 384 …tyValue("CustomerID", SQLFilterOperator.EQUAL, "\"customers\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 385 …PropertyValue("OrderID", SQLFilterOperator.EQUAL, "\"orders\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 386 …ertyValue("ProductID", SQLFilterOperator.EQUAL, "\"products\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 387 … new PropertyValue("Name", SQLFilterOperator.EQUAL, "Apples", PropertyState.DIRECT_VALUE) in testDisjunctiveNormalForm() 392 …PropertyValue("OrderID", SQLFilterOperator.EQUAL, "\"orders\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() 393 …ertyValue("ProductID", SQLFilterOperator.EQUAL, "\"products\".\"ID\"", PropertyState.DIRECT_VALUE), in testDisjunctiveNormalForm() [all …]
|
H A D | PropertyBag.java | 29 import com.sun.star.beans.PropertyState; 165 new PropertyValue( "BoolValue", -1, Boolean.FALSE, PropertyState.DIRECT_VALUE ), in checkSequenceAccess() 166 new PropertyValue( "StringValue", -1, "some text", PropertyState.DIRECT_VALUE ), in checkSequenceAccess() 167 … new PropertyValue( "IntegerValue", -1, Integer.valueOf( 3 ), PropertyState.DIRECT_VALUE ), in checkSequenceAccess() 168 new PropertyValue( "InterfaceValue", -1, m_bag, PropertyState.DIRECT_VALUE ) in checkSequenceAccess() 221 new PropertyValue( "BoolValue", -1, Boolean.FALSE, PropertyState.DIRECT_VALUE), in checkDynamicSet() 222 new PropertyValue( "StringValue", -1, "test", PropertyState.DIRECT_VALUE ), in checkDynamicSet() 223 … new PropertyValue( "SomeOtherStringValue", -1, "string value", PropertyState.DIRECT_VALUE ) in checkDynamicSet()
|
H A D | DatabaseDocument.java | 28 import com.sun.star.beans.PropertyState; 413 new PropertyValue("URL", 0, documentURL, PropertyState.DIRECT_VALUE) in testLoadable() 447 new PropertyValue( "PickListEntry", 0, false, PropertyState.DIRECT_VALUE ), in impl_getMarkerLoadArgs() 448 new PropertyValue( "TestCase_Marker", 0, "Yes", PropertyState.DIRECT_VALUE ) in impl_getMarkerLoadArgs() 470 new PropertyValue("PickListEntry", 0, false, PropertyState.DIRECT_VALUE) in impl_getDefaultLoadArgs() 479 new PropertyValue("PickListEntry", 0, false, PropertyState.DIRECT_VALUE), in impl_getMacroExecLoadArgs() 480 …acroExecutionMode", 0, com.sun.star.document.MacroExecMode.USE_CONFIG, PropertyState.DIRECT_VALUE), in impl_getMacroExecLoadArgs() 481 …ertyValue("InteractionHandler", 0, new MacroExecutionApprove(getMSF()), PropertyState.DIRECT_VALUE) in impl_getMacroExecLoadArgs() 492 …alue("nodepath", 0, "/org.openoffice.Office.Common/Security/Scripting", PropertyState.DIRECT_VALUE) in impl_setMacroSecurityLevel() 636 new PropertyValue("EventType", 0, "Script", PropertyState.DIRECT_VALUE), in testDocumentEvents() [all …]
|
H A D | Beamer.java | 25 import com.sun.star.beans.PropertyState; 112 new PropertyValue("DataSourceName", 0, "Bibliography", PropertyState.DIRECT_VALUE), in testBeamer() 113 …new PropertyValue("CommandType", 0, Integer.valueOf(CommandType.TABLE), PropertyState.DIRECT_VALUE… in testBeamer() 114 new PropertyValue("Command", 0, "biblio", PropertyState.DIRECT_VALUE) in testBeamer()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 513 ::com::sun::star::beans::PropertyState ePropState; 540 ::com::sun::star::beans::PropertyState meCharColor; 541 ::com::sun::star::beans::PropertyState meCharHeight; 542 ::com::sun::star::beans::PropertyState meFontName; 544 ::com::sun::star::beans::PropertyState meCharEscapement; 608 ::com::sun::star::beans::PropertyState meBullet; 609 ::com::sun::star::beans::PropertyState meTextAdjust; 610 ::com::sun::star::beans::PropertyState meLineSpacing; 611 ::com::sun::star::beans::PropertyState meLineSpacingTop; 613 ::com::sun::star::beans::PropertyState meForbiddenRules; [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | DBColumn.java | 25 import com.sun.star.beans.PropertyState; 63 public PropertyState PropertyState; field in DBColumn 387 if (PropertyState == com.sun.star.beans.PropertyState.DEFAULT_VALUE) in replaceValueCellofTable() 394 if (PropertyState == com.sun.star.beans.PropertyState.DIRECT_VALUE) in replaceValueCellofTable() 417 PropertyState = com.sun.star.beans.PropertyState.DIRECT_VALUE; in setCellFont() 425 PropertyState = xPropertyState.getPropertyState("CharFontName"); in setCellFont()
|
/aoo4110/main/comphelper/source/property/ |
H A D | composedprops.cxx | 105 Sequence< PropertyState > aPropertyStates(nMasterPropsCount); in compose() 175 …PropertyState SAL_CALL OComposedPropertySet::getPropertyState( const ::rtl::OUString& _rPropertyNa… in getPropertyState() 178 PropertyState eState = PropertyState_DIRECT_VALUE; in getPropertyState() 196 PropertyState eSecondaryState; in getPropertyState() 228 …Sequence< PropertyState > SAL_CALL OComposedPropertySet::getPropertyStates( const Sequence< ::rtl:… in getPropertyStates() 231 Sequence< PropertyState > aReturn(nCount); in getPropertyStates() 233 PropertyState* pStates = aReturn.getArray(); in getPropertyStates()
|
H A D | ChainablePropertySet.cxx | 224 PropertyState SAL_CALL ChainablePropertySet::getPropertyState( const ::rtl::OUString& PropertyName … in getPropertyState() 231 PropertyState aState; in getPropertyState() 240 Sequence< PropertyState > SAL_CALL ChainablePropertySet::getPropertyStates( const Sequence< ::rtl::… in getPropertyStates() 245 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() 248 PropertyState * pState = aStates.getArray(); in getPropertyStates() 292 void ChainablePropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() argument
|
H A D | propertystatecontainer.cxx | 89 …PropertyState SAL_CALL OPropertyStateContainer::getPropertyState( const ::rtl::OUString& _rPropert… in getPropertyState() 95 …Sequence< PropertyState > SAL_CALL OPropertyStateContainer::getPropertyStates( const Sequence< ::r… in getPropertyStates() 98 Sequence< PropertyState> aStates( nProperties ); in getPropertyStates() 116 PropertyState* pStates = aStates.getArray(); in getPropertyStates() 162 PropertyState OPropertyStateContainer::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle()
|
H A D | propertysethelper.cxx | 239 PropertyState SAL_CALL PropertySetHelper::getPropertyState( const ::rtl::OUString& PropertyName ) t… in getPropertyState() 249 PropertyState aState; in getPropertyState() 255 Sequence< PropertyState > SAL_CALL PropertySetHelper::getPropertyStates( const Sequence< ::rtl::OUS… in getPropertyStates() 259 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() 308 void PropertySetHelper::_getPropertyStates( const comphelper::PropertyMapEntry**, PropertyState* ) … in _getPropertyStates() argument
|
H A D | propstate.cxx | 95 …::com::sun::star::beans::PropertyState SAL_CALL OPropertyStateHelper::getPropertyState(const ::rtl… in getPropertyState() 131 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState> SAL_CALL OPropertyStateHe… in getPropertyStates() 134 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyState> aRet(nLen); in getPropertyStates() 135 ::com::sun::star::beans::PropertyState* pValues = aRet.getArray(); in getPropertyStates() 161 …::com::sun::star::beans::PropertyState OPropertyStateHelper::getPropertyStateByHandle( sal_Int32 _… in getPropertyStateByHandle()
|
H A D | MasterPropertySet.cxx | 372 PropertyState SAL_CALL MasterPropertySet::getPropertyState( const ::rtl::OUString& PropertyName ) in getPropertyState() 379 PropertyState aState; in getPropertyState() 404 Sequence< PropertyState > SAL_CALL MasterPropertySet::getPropertyStates( const Sequence< ::rtl::OUS… in getPropertyStates() 409 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() 412 PropertyState * pState = aStates.getArray(); in getPropertyStates() 477 void MasterPropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() argument
|
/aoo4110/main/xmloff/source/core/ |
H A D | PropertySetMerger.cxx | 67 …virtual PropertyState SAL_CALL getPropertyState( const OUString& PropertyName ) throw(UnknownPrope… 68 …virtual Sequence< PropertyState > SAL_CALL getPropertyStates( const Sequence< OUString >& aPropert… 143 PropertyState SAL_CALL PropertySetMergerImpl::getPropertyState( const OUString& PropertyName ) thro… in getPropertyState() 169 Sequence< PropertyState > SAL_CALL PropertySetMergerImpl::getPropertyStates( const Sequence< OUStri… in getPropertyStates() 172 Sequence< PropertyState > aPropStates( nCount ); in getPropertyStates() 173 PropertyState* pPropStates = aPropStates.getArray(); in getPropertyStates()
|
/aoo4110/main/chart2/source/tools/ |
H A D | ImplOPropertySet.cxx | 44 public ::std::unary_function< sal_Int32, beans::PropertyState > 51 inline beans::PropertyState operator() ( sal_Int32 nHandle ) in operator ()() 112 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle() 117 Sequence< beans::PropertyState > ImplOPropertySet::GetPropertyStatesByHandle( in GetPropertyStatesByHandle() 120 Sequence< beans::PropertyState > aResult( aHandles.size()); in GetPropertyStatesByHandle()
|
/aoo4110/main/connectivity/qa/complex/connectivity/ |
H A D | HsqlDriverTest.java | 36 import com.sun.star.beans.PropertyState; 102 new com.sun.star.beans.PropertyValue("Storage",0,stor,PropertyState.DIRECT_VALUE) in test() 103 … ,new com.sun.star.beans.PropertyValue("URL",0,mod.getURL(),PropertyState.DIRECT_VALUE) in test() 133 …un.star.beans.PropertyValue("JavaDriverClass",0,"org.hsqldb.jdbcDriver",PropertyState.DIRECT_VALUE) in test2() 134 …w com.sun.star.beans.PropertyValue("ParameterNameSubstitution",0, false,PropertyState.DIRECT_VALUE) in test2()
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XMultiPropertyStates.java | 32 import com.sun.star.beans.PropertyState; 54 private PropertyState[] states = null; 131 if (!mayBeDef && states[i] != PropertyState.DEFAULT_VALUE ) { in _setPropertiesToDefault() 161 (PropertyState.DEFAULT_VALUE)); in _setPropertiesToDefault() 200 (PropertyState.DEFAULT_VALUE); in _setAllPropertiesToDefault()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/ |
H A D | CodeSamples.java | 147 …new com.sun.star.beans.PropertyValue("user",0,"test1",com.sun.star.beans.PropertyState.DIRECT_VALU… in openConnectionWithDriverManager() 148 …new com.sun.star.beans.PropertyValue("password",0,"test1",com.sun.star.beans.PropertyState.DIRECT_… in openConnectionWithDriverManager() 149 …yValue("JavaDriverClass",0,"org.gjt.mm.mysql.Driver",com.sun.star.beans.PropertyState.DIRECT_VALUE) in openConnectionWithDriverManager() 175 …new com.sun.star.beans.PropertyValue("user",0,"test1",com.sun.star.beans.PropertyState.DIRECT_VALU… in openConnectionWithDriver() 176 …new com.sun.star.beans.PropertyValue("password",0,"test1",com.sun.star.beans.PropertyState.DIRECT_… in openConnectionWithDriver() 177 …yValue("JavaDriverClass",0,"org.gjt.mm.mysql.Driver",com.sun.star.beans.PropertyState.DIRECT_VALUE) in openConnectionWithDriver()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 105 beans::PropertyState lcl_SwXParagraph_getPropertyState( 512 beans::PropertyState eTemp; in GetPropertyValues_Impl() 771 beans::PropertyState eState = lcl_SwXParagraph_getPropertyState( in GetPropertyValuesTolerant_Impl() 792 beans::PropertyState eTemp; in GetPropertyValuesTolerant_Impl() 933 beans::PropertyState lcl_SwXParagraph_getPropertyState( in lcl_SwXParagraph_getPropertyState() 941 beans::PropertyState eRet = beans::PropertyState_DEFAULT_VALUE; in lcl_SwXParagraph_getPropertyState() 995 beans::PropertyState SAL_CALL 1014 const beans::PropertyState eRet = in getPropertyState() 1022 uno::Sequence< beans::PropertyState > SAL_CALL 1032 uno::Sequence< beans::PropertyState > aRet(PropertyNames.getLength()); in getPropertyStates() [all …]
|
H A D | SwXTextDefaults.cxx | 188 PropertyState SAL_CALL SwXTextDefaults::getPropertyState( const OUString& rPropertyName ) in getPropertyState() 192 PropertyState eRet = PropertyState_DIRECT_VALUE; in getPropertyState() 206 Sequence< PropertyState > SAL_CALL SwXTextDefaults::getPropertyStates( const Sequence< OUString >& … in getPropertyStates() 211 Sequence < PropertyState > aRet ( nCount ); in getPropertyStates() 212 PropertyState *pState = aRet.getArray(); in getPropertyStates()
|
/aoo4110/main/unotools/source/property/ |
H A D | propertysethelper.cxx | 212 PropertyState SAL_CALL PropertySetHelper::getPropertyState( const ::rtl::OUString& PropertyName ) t… in getPropertyState() 222 PropertyState aState; in getPropertyState() 228 Sequence< PropertyState > SAL_CALL PropertySetHelper::getPropertyStates( const Sequence< ::rtl::OUS… in getPropertyStates() 232 Sequence< PropertyState > aStates( nCount ); in getPropertyStates() 281 …per::_getPropertyStates( const utl::PropertyMapEntry** /*ppEntries*/, PropertyState* /*pStates*/ )… in _getPropertyStates() argument
|
/aoo4110/main/sw/inc/ |
H A D | unocrsrhelper.hxx | 93 , com::sun::star::beans::PropertyState& eState 112 com::sun::star::beans::PropertyState& eState, 121 com::sun::star::beans::PropertyState& eState); 172 ::com::sun::star::beans::PropertyState > GetPropertyStates( 181 ::com::sun::star::beans::PropertyState GetPropertyState(
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 29 import com.sun.star.beans.PropertyState; 490 PropertyState[] state = new PropertyState[1]; in getPropertyValues() 529 props[i].State == PropertyState.AMBIGUOUS_VALUE, in setPropertyValues() 530 props[i].State == PropertyState.DEFAULT_VALUE, (short) 0); in setPropertyValues() 793 Object getProperty(String name, PropertyState[] state) in getProperty() 905 ? PropertyState.AMBIGUOUS_VALUE in getProperty() 907 ? PropertyState.DEFAULT_VALUE : PropertyState.DIRECT_VALUE; in getProperty()
|
/aoo4110/main/odk/examples/java/Text/ |
H A D | HardFormatting.java | 133 com.sun.star.beans.PropertyState xPropertyStateValue = in main() 167 com.sun.star.beans.PropertyState xPropertyStateValue ) in checkPropertyState() 170 case com.sun.star.beans.PropertyState.DIRECT_VALUE_value: { in checkPropertyState() 177 case com.sun.star.beans.PropertyState.DEFAULT_VALUE_value: { in checkPropertyState() 184 case com.sun.star.beans.PropertyState.AMBIGUOUS_VALUE_value: { in checkPropertyState()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | ColorPropertySet.cxx | 187 PropertyState SAL_CALL ColorPropertySet::getPropertyState( const OUString& /* PropertyName */ ) in getPropertyState() 194 Sequence< PropertyState > SAL_CALL ColorPropertySet::getPropertyStates( const Sequence< OUString >&… in getPropertyStates() 198 PropertyState aState = PropertyState_DIRECT_VALUE; in getPropertyStates() 199 return Sequence< PropertyState >( & aState, 1 ); in getPropertyStates()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | pushbuttonnavigation.cxx | 177 PropertyState PushButtonNavigation::getCurrentButtonTypeState( ) const SAL_THROW(()) in getCurrentButtonTypeState() 180 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentButtonTypeState() 257 PropertyState PushButtonNavigation::getCurrentTargetURLState( ) const SAL_THROW(()) in getCurrentTargetURLState() 259 PropertyState eState = PropertyState_DIRECT_VALUE; in getCurrentTargetURLState()
|