Home
last modified time | relevance | path

Searched refs:isBound (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx70 bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } in isBound() function
105 DBG_ASSERT( !isBound(), "NodeValueAccessor::bind: already bound!" ); in bind()
117 DBG_ASSERT( !isBound(), "NodeValueAccessor::bind: already bound!" ); in bind()
134 DBG_ASSERT( _rAccessor.isBound(), "::utl::lcl_copyData: invalid accessor!" ); in lcl_copyData()
182 DBG_ASSERT( _rAccessor.isBound(), "::utl::lcl_copyData: invalid accessor!" ); in lcl_copyData()
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.cxx189 if ( isInvalid() || !isBound() ) in implIs()
218 if ( !isBound() || isInvalid() ) in getTitle()
240 if ( !isBound() || isInvalid() ) in hasParentFolder()
271 if ( !isBound() || isInvalid() ) in canCreateFolder()
H A Dfpsmartcontent.hxx136 inline sal_Bool isBound( ) const { return NOT_BOUND != getState(); } in isBound() function in svt::SmartContent
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx307 sal_Bool isBound() const { return m_bBound; } in isBound() function in connectivity::ORowSetValue
387 inline sal_Bool isBound( ) const { return m_aValue.isBound();} in isBound() function in connectivity::ORowSetValueDecorator
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java151 boolean isBound = ((property.Attributes in getBoundPropsToTest()
154 if (isWritable && isNotNull && isBound) in getBoundPropsToTest()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertySet.java325 boolean isBound = ((property.Attributes & in getPropsToTest()
338 if ( isWritable && isNotNull && isBound && !isExcluded && !isVoid) { in getPropsToTest()
H A D_XPropertySet.java579 boolean isBound = ((property.Attributes & in getPropsToTest()
600 if ( isWritable && isNotNull && isBound && canChange) { in getPropsToTest()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java126 public boolean isBound() { in isBound() method in ORowSetValue
130 public void setBound(boolean isBound) { in setBound() argument
131 if (isBound) { in setBound()
1254 if(isBound() && !isNull()) { in makeAny()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XPropertySet.java516 boolean isBound = ((property.Attributes & in getPropsToTest()
536 if ( isWritable && isNotNull && isBound && canChange) { in getPropsToTest()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1517 aSearchIter->setBound((*aRowIter)->isBound()); in OpenImpl()
1554 if ( (*loopInRow)->isBound() && !( *(*loopInRow) == *existentInSearchRow) ) in OpenImpl()
1731 …if ( aCase(sTableColumnName, sSelectColumnRealName) && !(*aRowIter)->isBound() && aSelectIters.end… in setBoundedColumns()
1838 if ( rValue->isBound() ) in clearInsertRow()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx352 assertEqual< bool >(true, attribute->isBound()); in run()
375 assertEqual< bool >(false, attribute->isBound()); in run()
416 assertEqual< bool >(true, attribute->isBound()); in run()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx285 if (xNewTD->isBound() != xExistingTD->isBound()) in checkAttribute()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DAttributeTypeInfo.java74 public final boolean isBound() { in isBound() method in AttributeTypeInfo
/trunk/main/idlc/inc/idlc/
H A Dastattribute.hxx84 sal_Bool isBound() const in isBound() function in AstAttribute
/trunk/main/udkapi/com/sun/star/reflection/
H A DXInterfaceAttributeTypeDescription2.idl50 boolean isBound();
/trunk/main/svtools/inc/svtools/
H A Dframestatuslistener.hxx67 sal_Bool isBound() const;
H A Dstatusbarcontroller.hxx128 sal_Bool isBound() const;
H A Dtoolboxcontroller.hxx170 sal_Bool isBound() const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/validation/
H A D_XValidatableFormComponent.java174 boolean isBound = in getPropsToTest()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx172 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
H A DBookmarkSet.cxx188 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
/trunk/main/idlc/source/
H A Dastdump.cxx370 if (isBound()) in dumpBlob()
H A Dastinterface.cxx151 if (attr->isBound()) { in dump()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx244 virtual sal_Bool SAL_CALL isBound() throw (RuntimeException) in isBound() function in stoc_rdbtdp::InterfaceAttributeImpl
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx597 sal_Bool StatusbarController::isBound() const in isBound() function in svt::StatusbarController

Completed in 93 milliseconds

12