/aoo41x/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 70 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()
|
/aoo41x/main/fpicker/source/office/ |
H A D | fpsmartcontent.cxx | 189 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 D | fpsmartcontent.hxx | 136 inline sal_Bool isBound( ) const { return NOT_BOUND != getState(); } in isBound() function in svt::SmartContent
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 307 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
|
/aoo41x/main/forms/qa/complex/forms/ |
H A D | CheckOGroupBoxModel.java | 151 boolean isBound = ((property.Attributes in getBoundPropsToTest() 154 if (isWritable && isNotNull && isBound) in getBoundPropsToTest()
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XMultiPropertySet.java | 325 boolean isBound = ((property.Attributes & in getPropsToTest() 338 if ( isWritable && isNotNull && isBound && !isExcluded && !isVoid) { in getPropsToTest()
|
H A D | _XPropertySet.java | 579 boolean isBound = ((property.Attributes & in getPropsToTest() 600 if ( isWritable && isNotNull && isBound && canChange) { in getPropsToTest()
|
/aoo41x/main/sc/qa/complex/dataPilot/ |
H A D | _XPropertySet.java | 516 boolean isBound = ((property.Attributes & in getPropsToTest() 536 if ( isWritable && isNotNull && isBound && canChange) { in getPropsToTest()
|
/aoo41x/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 285 if (xNewTD->isBound() != xExistingTD->isBound()) in checkAttribute()
|
/aoo41x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 352 assertEqual< bool >(true, attribute->isBound()); in run() 375 assertEqual< bool >(false, attribute->isBound()); in run() 416 assertEqual< bool >(true, attribute->isBound()); in run()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 1517 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()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typeinfo/ |
H A D | AttributeTypeInfo.java | 74 public final boolean isBound() { in isBound() method in AttributeTypeInfo
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | astattribute.hxx | 84 sal_Bool isBound() const in isBound() function in AstAttribute
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceAttributeTypeDescription2.idl | 50 boolean isBound();
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | framestatuslistener.hxx | 67 sal_Bool isBound() const;
|
H A D | statusbarcontroller.hxx | 128 sal_Bool isBound() const;
|
H A D | toolboxcontroller.hxx | 170 sal_Bool isBound() const;
|
/aoo41x/main/qadevOOo/tests/java/ifc/form/validation/ |
H A D | _XValidatableFormComponent.java | 174 boolean isBound = in getPropsToTest()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 172 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
|
H A D | BookmarkSet.cxx | 198 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
|
/aoo41x/main/idlc/source/ |
H A D | astinterface.cxx | 151 if (attr->isBound()) { in dump()
|
H A D | astdump.cxx | 370 if (isBound()) in dumpBlob()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 244 virtual sal_Bool SAL_CALL isBound() throw (RuntimeException) in isBound() function in stoc_rdbtdp::InterfaceAttributeImpl
|
/aoo41x/main/svtools/source/uno/ |
H A D | statusbarcontroller.cxx | 597 sal_Bool StatusbarController::isBound() const in isBound() function in svt::StatusbarController
|
H A D | toolboxcontroller.cxx | 626 sal_Bool ToolboxController::isBound() const in isBound() function in svt::ToolboxController
|