Home
last modified time | relevance | path

Searched refs:Is (Results 76 – 100 of 361) sorted by relevance

12345678910>>...15

/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx473 sal_Bool Is() const {return pEvent != NULL;} in Is() function in svt::EditBrowseBox::BrowserMouseEventPtr
573 virtual sal_Bool IsModified() const {return aController.Is() && aController->IsModified();} in IsModified()
607 sal_Bool IsEditing() const {return aController.Is();} in IsEditing()
/trunk/main/tools/source/stream/
H A Dstream.cxx361 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in GetData()
383 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in PutData()
398 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in SeekPos()
414 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in FlushData()
423 DBG_ASSERT( xLockBytes.Is(), "pure virtual function" ); in SetSize()
516 if ( xLockBytes.Is() ) in ~SvStream()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DCommonFilePickerElementIds.idl53 /** Is used to refer to the file view of the file picker. This view shows the list of
59 /** Is used to refer to the edit line where a file or path can be entered by the user.
/trunk/main/basic/source/classes/
H A Deventatt.cxx275 if( bSearchLib && xLibSearchBasic.Is() ) in firing_impl()
308 if( (!pMethVar || !pMethVar->ISA(SbMethod)) && maBasicRef.Is() ) in firing_impl()
333 if( xArray.Is() ) in firing_impl()
/trunk/main/sot/source/base/
H A Dfactory.cxx348 sal_Bool SotFactory::Is( const SotFactory * pSuperCl ) const in Is() function in SotFactory
355 if( pSuperClasses[ i ]->Is( pSuperCl ) ) in Is()
/trunk/main/sc/source/filter/excel/
H A Dxistring.cxx188 if( Is() ) in operator ++()
203 while( Is() && (mnTextBeg == mnTextEnd) ); in operator ++()
H A Dxeformula.cxx69 inline bool Is() const { return mpScToken != 0; } in Is() function
521 if( (nScError != 0) && (!aTokData.Is() || (aTokData.GetOpCode() == ocStop)) ) in CreateFormula()
526 else if( aTokData.Is() ) in CreateFormula()
539 mxData->mbOk = !aTokData.Is() || (aTokData.GetOpCode() == ocStop); in CreateFormula()
840 return rTokData.Is(); in GetNextToken()
945 if( mxData->mbOk && aTokData.Is() ) in Expression()
960 …while( mxData->mbOk && aTokData.Is() && (aTokData.GetOpCode() != ocClose) && (!bStopAtSep || (aTok… in SkipExpression()
1161 if( !mxData->mbOk || !aTokData.Is() ) return XclExpScToken(); in Factor()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx1213 DBG_ASSERT( xSvStrm.Is(), "XclExpChangeTrack::WriteUserNamesStream - no stream" ); in WriteUserNamesStream()
1214 if( xSvStrm.Is() ) in WriteUserNamesStream()
1235 DBG_ASSERT( xSvStrm.Is(), "XclExpChangeTrack::Write - no stream" ); in Write()
1236 if( xSvStrm.Is() ) in Write()
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx175 if ( xSbxParams.Is() ) in invoke()
198 if ( xSbxParams.Is() ) in invoke()
/trunk/main/sc/source/core/tool/
H A Dchartlis.cxx623 sal_Bool b1 = rList1.Is(); in SetDiffDirty()
624 sal_Bool b2 = rList2.Is(); in SetDiffDirty()
647 if ( rList.Is() && rList->Intersects( rRange ) ) in SetRangeDirty()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx894 if (GetSelectColumnCount() || (aMouseEvent.Is() && aMouseEvent->GetRow() < 0)) in IsCursorMoveAllowed()
897 (aMouseEvent.Is() && aMouseEvent->GetColumnId() == HANDLE_ID)) in IsCursorMoveAllowed()
1042 …(aMouseEvent.Is() && (aMouseEvent.IsDown() || aMouseEvent->GetClicks() > 1))) // bei MouseDown pas… in ActivateCell()
1050 if (aController.Is()) in ActivateCell()
/trunk/main/xmloff/source/text/
H A DXMLIndexTOCContext.cxx280 if( xBodyContextRef.Is() && in EndElement()
313 if ( !xBodyContextRef.Is() || in CreateChildContext()
H A Dtxtimp.cxx1289 if (rStyleName.getLength() && m_pImpl->m_xAutoStyles.Is()) in ConvertStarFonts()
1522 if (sStyleName.getLength() && m_pImpl->m_xAutoStyles.Is()) in SetStyleAndAttrs()
2270 if (rStyleName.getLength() && m_pImpl->m_xAutoStyles.Is()) in SetRuby()
2605 if (m_pImpl->m_xAutoStyles.Is()) in FindAutoListStyle()
2620 if (m_pImpl->m_xAutoStyles.Is()) in FindAutoFrameStyle()
2636 if (m_pImpl->m_xAutoStyles.Is()) in FindSectionStyle()
2653 if (m_pImpl->m_xAutoStyles.Is()) in FindPageMaster()
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx1897 if( ! mxObjShell.Is() ) in CreateObjectShell()
1906 if( ! mxObjShell.Is() ) in CreateObjectShell()
1923 if ( mxObjShell.Is() ) { in CreateObjectShell()
1934 if ( mxObjShell.Is() ) in CreateObjectShell()
1957 if ( mxObjShell.Is() ) in DeleteObjectShell()
/trunk/main/sw/inc/
H A Dsection.hxx248 bool IsServer() const { return m_RefObj.Is(); } in IsServer()
255 bool IsConnected() const { return m_RefLink.Is(); } in IsConnected()
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleCell.idl101 >AccessibleStateType::SHOWING</const>Is true if the
105 >AccessibleStateType::VISIBLE</const>Is false if the
H A DAccessiblePageHeaderFooterAreasView.idl120 >AccessibleStateType::SHOWING</const>Is true if the
124 >AccessibleStateType::VISIBLE</const>Is always true.</li>
/trunk/main/sc/source/filter/inc/
H A Dxlformula.hxx447 inline bool Is() const { return mppScToken != 0; } in Is() function in XclTokenArrayIterator
448 inline bool operator!() const { return !Is(); } in operator !()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx754 if(xDocShell.Is()) in CloseDocShell()
1224 if(mbPreview && xDocShell.Is() ) in IMPL_LINK()
1530 if( !xDocShell.Is() || maDocFile.Len() != 0 || in UpdatePreview()
1658 if ( !xDocShell.Is() || !mbPreview ) in UpdatePreview()
1670 if(xDoc.Is()) in SavePassword()
H A Dvectdlg.cxx357 if( xIStm.Is() ) in LoadSettings()
387 if( xOStm.Is() ) in SaveSettings()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx370 bRet = ( !_rAsyncDrop.bError && _rAsyncDrop.aHtmlRtfStorage.Is() ); in copyTagTable()
393 if ( _rDesc.aHtmlRtfStorage.Is() ) in asyncCopyTagTable()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1156 if( xHandler.Is() ) in UCBOpenContentSync()
1249 if( xHandler.Is() ) in _UCBOpenContentSync()
1417 if ( m_xHandler.Is() ) in terminate_Impl()
1631 if ( hasInputStream_Impl() && m_xHandler.Is() ) in IMPL_LINK()
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx239 if(m_aRefObj.Is()) in DeregisterFromDoc()
246 if( m_aRefObj.Is() ) in ~DdeBookmark()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx254 if( xObjStg.Is() ) in OutputOLENode()
279 if( xOleStg.Is() ) in OutputOLENode()
297 if ( rObjInfoStream.Is() && !rObjInfoStream->GetError() ) in OutputOLENode()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx629 if ( rRangeList.Is() ) in getFastPropertyValue()
727 if ( xRanges.Is() ) in getRanges()
775 if ( !xOldRanges.Is() || *xOldRanges != *xNewRanges ) in setRanges()

Completed in 191 milliseconds

12345678910>>...15