Home
last modified time | relevance | path

Searched refs:Is (Results 51 – 75 of 361) sorted by relevance

12345678910>>...15

/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx154 if( !xVBAProject.Is() || SVSTREAM_OK != xVBAProject->GetError() ) in ReadVBAProject()
411 if( !xMacros.Is() || SVSTREAM_OK != xMacros->GetError() ) in Open()
420 if( !xVBA.Is() || SVSTREAM_OK != xVBA->GetError() ) in Open()
505 if( !xVBAStream.Is() || SVSTREAM_OK != xVBAStream->GetError() ) in Decompress()
H A Dsvxmsbas2.cxx42 if( xVBAStg.Is() && !xVBAStg->GetError() ) in SaveOrDelMSVBAStorage()
73 return ( xVBAStg.Is() && !xVBAStg->GetError() ) in GetSaveWarningOfMSVBAStorage()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2089 if( rStg.Is() && rStg->IsStream( sStrmName ) ) in LoadXMLExceptList_Imp()
2172 if( rStg.Is() ) in SaveExceptList_Imp()
2184 if( xStrm.Is() ) in SaveExceptList_Imp()
2376 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadCplSttExceptList()
2423 if( xStg.Is() && xStg->IsContained( sTemp ) ) in LoadWrdSttExceptList()
2475 if( xStg.Is() && SVSTREAM_OK == xStg->GetError() && in RemoveStream_Imp()
2546 if( xSrcStg.Is() && xDstStg.Is() ) in MakeUserStorage_Impl()
2612 if( refList.Is() ) in MakeBlocklist_Imp()
2718 sal_Bool bRet = xStg.Is() && SVSTREAM_OK == xStg->GetError(); in PutText()
2815 sal_Bool bRet = xStg.Is() && SVSTREAM_OK == xStg->GetError(); in DeleteText()
/trunk/main/sw/inc/
H A Dndgrf.hxx196 sal_Bool IsGrfLink() const { return refLink.Is(); } in IsGrfLink()
236 return refLink.Is() && OBJECT_CLIENT_GRF == refLink->GetObjType(); in IsLinkedFile()
240 return refLink.Is() && OBJECT_CLIENT_DDE == refLink->GetObjType(); in IsLinkedDDE()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx156 if( maDocShellRef.Is() ) in ~SdTransferable()
317 if( !maDocShellRef.Is() && mpSdDrawDocumentIntern->GetDocSh() ) in CreateData()
320 if( !maDocShellRef.Is() ) in CreateData()
546 if( maDocShellRef.Is() ) in GetData()
594 if( !maDocShellRef.Is() ) in GetData()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx802 if( !xNewObj.Is() ) in ExecReload_Impl()
1131 DBG_ASSERT( xObjSh.Is(), "no SfxObjectShell to release!" ); in ReleaseObjectShell_Impl()
1153 if ( xObjSh.Is() ) in ReleaseObjectShell_Impl()
1374 if ( !xObjSh.Is() ) in Notify()
1423 if ( xObjSh.Is() ) in Notify()
1451 if ( !xObjSh.Is() ) in Notify()
1508 if ( xObjSh.Is() && xObjSh->IsPreview() ) in Construct_Impl()
1610 if ( xObjSh.Is() ) in KillDispatcher_Impl()
1936 if ( xObjSh.Is() ) in Show()
2762 if ( xObjSh.Is() ) in GetActualPresentationURL_Impl()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx647 while( Is() && ((*this)->GetOpCode() == ocSpaces) ) in SkipSpaces()
664 return aIt.Is() && GetTokenString( rString, *aIt ) && !++aIt; in GetString()
676 eState = aIt.Is() ? STATE_STR : STATE_END; in GetStringList()
681 eState = (bRet && (++aIt).Is()) ? STATE_SEP : STATE_END; in GetStringList()
686 eState = (bRet && (++aIt).Is()) ? STATE_STR : STATE_END; in GetStringList()
754 for( XclTokenArrayIterator aIt( rScTokArr, true ); aIt.Is() && (eState != stError); ++aIt ) in GetMultipleOpRefs()
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx246 else if ( xStg.Is() ) in IsFileFilter()
247 bRet = xStg.Is() && IsValidStgFilter( *xStg, *pFltr ); in IsFileFilter()
250 else if( !xStg.Is() && !xStor.is() ) in IsFileFilter()
352 if( xStg.Is() && ( xStg->GetError() == SVSTREAM_OK ) ) in GetFileFilter()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx79 if( (*ppRef)->Is() ) in ~LinkManager()
111 if( !(*ppRef)->Is() ) in Remove()
133 if( (*ppRef)->Is() ) in Remove()
152 if( !pTmp->Is() ) in Insert()
H A Dappopen.cxx177 if ( !xDoc.Is() ) in DocAlreadyLoaded()
180 while( xDoc.Is() ) in DocAlreadyLoaded()
201 if ( xDoc.Is() && bActivate ) in DocAlreadyLoaded()
434 DBG_ASSERT( !xDoc.Is(), "Sorry, not implemented!" ); in LoadTemplate()
455 if ( !xDoc.Is() ) in LoadTemplate()
460 if ( !xDoc.Is() ) in LoadTemplate()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1089 …if (xRow.Is() && (::cppu::any2bool(xSet->getPropertyValue(FM_PROP_ISNEW))|| CompareBookmark(getDat… in propertyChange()
1155 if (GetEmptyRow().Is() && IsRowSelected(GetRowCount() - 1)) in DeleteSelectedRows()
1225 … OSL_ENSURE( GetCurrentRow().Is(), "FmGridControl::DeleteSelectedRows: no current row here?" ); in DeleteSelectedRows()
1228 if ( !IsRowSelected( GetCurrentPos() ) && !IsCurrentAppending() && GetCurrentRow().Is() ) in DeleteSelectedRows()
1323 if (!nRecordCount && GetEmptyRow().Is()) in DeleteSelectedRows()
1435 if (Controller().Is() && Controller()->IsModified()) in commit()
1448 if (!xRow.Is()) in inserted()
1461 if (!GetCurrentRow().Is()) in restored()
1468 if (Controller().Is()) in restored()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx680 if( mxFontDecls.Is() ) in endDocument()
682 if( mxStyles.Is() ) in endDocument()
684 if( mxAutoStyles.Is() ) in endDocument()
686 if( mxMasterStyles.Is() ) in endDocument()
1918 if( mxFontDecls.Is() ) in DisposingModel()
1920 if( mxStyles.Is() ) in DisposingModel()
1922 if( mxAutoStyles.Is() ) in DisposingModel()
1924 if( mxMasterStyles.Is() ) in DisposingModel()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx292 inline bool Is() const { return (mnCol <= mnLastCol) && (mnRow <= mnLastRow); } in Is() function in svx::frame::MergedCellIterator
319 DBG_ASSERT( Is(), "svx::frame::MergedCellIterator::operator++() - already invalid" ); in operator ++()
650 for( MergedCellIterator aIt( *this, nCol, nRow ); aIt.Is(); ++aIt ) in RemoveMergedRange()
662 for( MergedCellIterator aIt( *this, nCol, nRow ); aIt.Is(); ++aIt ) in SetAddMergedLeftSize()
670 for( MergedCellIterator aIt( *this, nCol, nRow ); aIt.Is(); ++aIt ) in SetAddMergedRightSize()
678 for( MergedCellIterator aIt( *this, nCol, nRow ); aIt.Is(); ++aIt ) in SetAddMergedTopSize()
686 for( MergedCellIterator aIt( *this, nCol, nRow ); aIt.Is(); ++aIt ) in SetAddMergedBottomSize()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx159 else if (mxBookmarkDocShRef.Is()) in OpenBookmarkDoc()
182 else if (mxBookmarkDocShRef.Is()) in OpenBookmarkDoc()
227 else if ( mxBookmarkDocShRef.Is() ) in InsertBookmark()
454 else if ( mxBookmarkDocShRef.Is() ) in InsertBookmarkAsPage()
1015 else if ( mxBookmarkDocShRef.Is() ) in InsertBookmarkAsObject()
1185 if (mxBookmarkDocShRef.Is()) in CloseBookmarkDoc()
1239 if(mxAllocedDocShRef.Is()) in SetAllocDocSh()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx415 if( !xLink.Is() ) in IMPL_LINK()
431 if( xLink.Is() ) in IMPL_LINK()
510 if( xLink.Is() ) in IMPL_LINK()
600 if( !pLinkRef->Is() ) in SetManager()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx300 if ( xSbxParams.Is() ) in invoke()
310 if ( xSbxParams.Is() ) in invoke()
357 if ( !pProperty.Is() ) in setValue()
369 if ( !pProperty.Is() ) in getValue()
385 return getMethod( aName ).Is(); in hasMethod()
394 else bRes = getProperty( aName ).Is(); in hasProperty()
727 if( xArray.Is() ) in Find()
1329 if( p.Is() ) in RemoveVars()
2113 if( mpPar.Is() ) in Broadcast()
H A Dimage.cxx463 if( !rTypes.Is() ) in AddType()
471 if( !rEnums.Is() ) in AddEnum()
515 return rTypes.Is() ? (SbxObject*)rTypes->Find(aTypeName,SbxCLASS_OBJECT) : NULL; in FindType()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dppttoxml.cxx63 if ( xStg.Is() ) in filter()
66 if( xDocStream.Is() ) in filter()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx78 sal_Bool Is () const in Is() function in psp::PrinterColor
91 return aColor.Is() && this->Is() in operator ==()
/trunk/main/offapi/com/sun/star/table/
H A DAccessibleCellView.idl116 >AccessibleStateType::SHOWING</const>Is true if the
120 >AccessibleStateType::TRANSIENT</const>Is true if the cell
124 >AccessibleStateType::VISIBLE</const>Is always true.</li>
/trunk/main/basic/source/runtime/
H A Dstep2.cxx196 if( !xDummyVar.Is() ) in FindElement()
835 && refLocals.Is() && refLocals->Find( p->GetName(), p->GetClass() ) ) in StepSTMNT()
1150 if( !refLocals.Is() ) in StepLOCAL()
1172 if( p.Is() ) in StepPUBLIC_Impl()
1228 if( p.Is() ) in StepGLOBAL()
H A Dstep0.cxx344 if( !xValObj.Is() || xValObj->ISA(SbUnoAnyObject) ) in checkUnoStructCopy()
608 if( xPrevVarObj.Is() ) in StepSET_Impl()
635 bool bFirstInit = !xPrevVarObj.Is(); in StepSET_Impl()
867 if( refRedimpArray.Is() ) in StepREDIMP()
1252 if( !refCaseStk.Is() ) in StepCASE()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1536 if (!GetEmptyRow().Is()) in AcceptDrop()
1558 …if ((IsModified() || (GetCurrentRow().Is() && GetCurrentRow()->IsModified())) && (GetCurrentPos() … in AcceptDrop()
1563 …if (xCurrentController.Is() && xCurrentController->IsModified() && ((nRow != GetCurRow()) || (nCol… in AcceptDrop()
1610 if(nAction != DND_ACTION_COPY && GetEmptyRow().Is()) in AcceptDrop()
1668 if (!xCurrentController.Is() || !xCurrentController->ISA(EditCellController)) in ExecuteDrop()
1686 if(GetEmptyRow().Is()) in ExecuteDrop()
/trunk/main/sd/source/ui/dlg/
H A Dmorphdlg.cxx127 if( xIStm.Is() ) in LoadSettings()
152 if( xOStm.Is() ) in SaveSettings()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx593 if ( xActiveLink.Is() ) in StopCommunication()
622 DBG_ASSERT( !xActiveLink.Is(), "Es ist bereits ein CommunicationLink aktiv"); in CallConnectionOpened()
623 if ( xActiveLink.Is() ) in CallConnectionOpened()

Completed in 158 milliseconds

12345678910>>...15