Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/AOO41X/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx363 if( maFillColor.Is() ) in DrawRect()
370 if( maLineColor.Is() ) in DrawRect()
383 if( maLineColor.Is() ) in DrawLine()
398 if( rPixelColor.Is() ) in DrawPixel()
414 if( maLineColor.Is() && nPoints && pPath ) in DrawPolyLine()
430 if (!(nPoints > 1) || (pPath == NULL) || !(maFillColor.Is() || maLineColor.Is())) in DrawPolygon()
449 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
452 if (maFillColor.Is ()) in DrawPolygon()
460 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
463 if (maLineColor.Is ()) in DrawPolygon()
[all …]
/AOO41X/main/basic/source/sbx/
H A Dsbxexec.cxx114 while( refVar.Is() && (*p == '.' || *p == '!') ) in QualifiedName()
133 if( refVar.Is() ) in QualifiedName()
181 if( refVar.Is() ) in Operand()
194 while( refVar.Is() && ( *p == '*' || *p == '/' ) ) in MulDiv()
198 if( refVar2.Is() ) in MulDiv()
216 if( refVar.Is() ) in MulDiv()
226 while( refVar.Is() && ( *p == '+' || *p == '-' ) ) in PlusMinus()
230 if( refVar2.Is() ) in PlusMinus()
248 if( refVar.Is() ) in PlusMinus()
258 if( refVar.Is() ) in Assign()
[all …]
/AOO41X/main/svx/source/dialog/
H A Dfrmsel.cxx280 for( FrameBorderCIter aIt( maAllBorders ); bOk && aIt.Is(); bOk = (*aIt != 0), ++aIt ); in FrameSelectorImpl()
311 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in Initialize()
445 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in InitBorderGeometry()
553 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawBackground()
617 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllArrows()
632 for( FrameBorderIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllFrameBorders()
675 for( SelFrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllTrackingRects()
771 if( aIt.Is() ) in SelectedBordersEqual()
774 for( ++aIt; bEqual && aIt.Is(); ++aIt ) in SelectedBordersEqual()
829 for( FrameBorderCIter aIt( mxImpl->maEnabBorders ); aIt.Is(); ++aIt, ++nIndex ) in GetEnabledBorderIndex()
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dfileobj.cxx87 if ( xMed.Is() ) in ~SvFileObject()
138 if( !xMed.Is() ) in GetData()
153 ( !bWaitForData && ( xMed.Is() || // wurde als URL geladen in GetData()
154 ( bSynchron && LoadFile_Impl() && xMed.Is() ) )) ) in GetData()
165 !GetGraphic_Impl( aGrf, xMed.Is() ? xMed->GetInStream() : 0 )) in GetData()
167 if( !xMed.Is() ) in GetData()
213 if( xMed.Is() && !bSynchron && bClearMedium ) in GetData()
244 if( pShell.Is() ) in Connect()
285 if( bWaitForData || !bLoadAgain || xMed.Is() || pDownLoadData ) in LoadFile_Impl()
310 bClearMedium = !xMed.Is(); in LoadFile_Impl()
[all …]
H A Dlnkbase2.cxx281 DBG_ASSERT( !xObj.Is(), "object exist" ); in SetObjType()
381 if( xObj.Is() ) in clearStreamToLoadFrom()
397 if( xObj.Is() ) in Update()
411 LINKUPDATE_ONCALL == GetUpdateMode() && xObj.Is() ) in Update()
415 if( xObj.Is() ) in Update()
447 DBG_ASSERT( !xObj.Is(), "object already exist" ); in _GetRealObject()
471 if( bConnect && ( !xObj.Is() || !xObj->Connect( this ) ) ) in _GetRealObject()
533 if( xObj.Is() ) in Disconnect()
558 pImpl->m_bIsConnect = ( xObj.Is() != sal_False ); in Edit()
560 _GetRealObject( xObj.Is() ); in Edit()
[all …]
/AOO41X/main/unotools/source/streaming/
H A Dstreamhelper.cxx48 if (!m_xLockBytes.Is()) in readBytes()
87 if (!m_xLockBytes.Is()) in getLength()
110 if (!m_xLockBytes.Is()) in skipBytes()
124 if (!m_xLockBytes.Is()) in available()
135 if (!m_xLockBytes.Is()) in closeInput()
159 if (!m_xLockBytes.Is()) in writeBytes()
179 if (!m_xLockBytes.Is()) in flush()
192 if (!m_xLockBytes.Is()) in closeOutput()
/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx614 { return m_xStream.Is() || m_xStorage.Is(); } in IsLoaded()
619 if ( m_xStream.Is() ) in GetContent()
621 else if ( m_xStorage.Is() ) in GetContent()
629 if ( m_xStream.Is() ) in GetContentType()
631 else if ( m_xStorage.Is() ) in GetContentType()
642 if ( m_xStream.Is() ) { in SetContentType()
645 else if ( m_xStorage.Is() ) { in SetContentType()
655 if ( m_xStream.Is() ) in GetOriginalContentType()
657 else if ( m_xStorage.Is() ) in GetOriginalContentType()
668 if ( m_xStream.Is() ) in IsModified()
[all …]
/AOO41X/main/idl/source/objects/
H A Dobject.cxx85 if( xClass.Is() ) nMask |= 0x4; in Save()
152 if( aSuperClass.Is() ) nMask |= 0x2; in Save()
154 if( xAutomationInterface.Is() ) nMask |= 0x8; in Save()
280 if( pTok->Is( SvHash_import() ) ) in ReadContextSvIdl()
292 if( pTok->Is( SvHash_Automation() ) ) in ReadContextSvIdl()
296 if( xAutomationInterface.Is() ) in ReadContextSvIdl()
422 bOk = aSuperClass.Is(); in ReadSvIdl()
515 if( aSuperClass.Is() ) in WriteSvIdl()
761 if( IsShell() && aSuperClass.Is() ) in InsertSlots()
780 if( !IsShell() && aSuperClass.Is() ) in InsertSlots()
[all …]
H A Dmodule.cxx256 if( rInStm.GetToken()->Is( SvHash_interface() ) in ReadContextSvIdl()
257 || rInStm.GetToken()->Is( SvHash_shell() ) ) in ReadContextSvIdl()
267 else if( rInStm.GetToken()->Is( SvHash_enum() ) ) in ReadContextSvIdl()
279 else if( rInStm.GetToken()->Is( SvHash_item() ) in ReadContextSvIdl()
280 || rInStm.GetToken()->Is( SvHash_struct() ) in ReadContextSvIdl()
281 || rInStm.GetToken()->Is( SvHash_typedef() ) ) in ReadContextSvIdl()
293 else if( rInStm.GetToken()->Is( SvHash_include() ) ) in ReadContextSvIdl()
405 bOk = pTok->Is( SvHash_module() ); in ReadSvIdl()
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx1493 DBG_ASSERT((rContents.Is() && (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents()
1525 DBG_ASSERT((xStor.Is() && (SVSTREAM_OK == xStor->GetError())),"damn"); in Export()
1531 DBG_ASSERT((xStor3.Is() && (SVSTREAM_OK == xStor3->GetError())),"damn"); in Export()
1544 DBG_ASSERT((xStor2.Is() && (SVSTREAM_OK == xStor2->GetError())),"damn"); in Export()
1595 DBG_ASSERT((rContents.Is() && (SVSTREAM_OK==rContents->GetError())),"damn"); in WriteContents()
1627 DBG_ASSERT((xStor.Is() && (SVSTREAM_OK == xStor->GetError())),"damn"); in Export()
1633 DBG_ASSERT((xStor3.Is() && (SVSTREAM_OK == xStor3->GetError())),"damn"); in Export()
1646 DBG_ASSERT((xStor2.Is() && (SVSTREAM_OK == xStor2->GetError())),"damn"); in Export()
1813 DBG_ASSERT((rContents.Is() && in WriteContents()
1846 DBG_ASSERT((xStor.Is() && (SVSTREAM_OK == xStor->GetError())),"damn"); in Export()
[all …]
H A Dsvxmsbas.cxx96 if (!xVBAStg.Is() || xVBAStg->GetError()) in ImportForms_Impl()
145 if (!xForm.Is() || xForm->GetError()) in ImportForms_Impl()
152 if (!xFrame.Is() || xFrame->GetError()) in ImportForms_Impl()
158 if (!xTypes.Is() || xTypes->GetError()) in ImportForms_Impl()
202 if( xVBAStg.Is() && !xVBAStg->GetError() ) in CopyStorage_Impl()
207 if( xVBASubStg.Is() && !xVBASubStg->GetError() ) in CopyStorage_Impl()
/AOO41X/main/starmath/source/
H A Dtoolbox.src280 Text [ en-US ] = "Is Equal" ;
286 Text [ en-US ] = "Is Not Equal" ;
292 Text [ en-US ] = "Is Approximately Equal" ;
314 Text [ en-US ] = "Is Less Than" ;
320 Text [ en-US ] = "Is Greater Than" ;
326 Text [ en-US ] = "Is Similar Or Equal" ;
332 Text [ en-US ] = "Is Parallel To" ;
338 Text [ en-US ] = "Is Orthogonal To" ;
348 Text [ en-US ] = "Is Less Than Or Equal To" ;
354 Text [ en-US ] = "Is Greater Than Or Equal To" ;
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dexpop2.cxx80 DBG_ASSERT( xRootStrg.Is(), "ExportBiff5::Write - no root storage" ); in Write()
93 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write()
104 if( pDocShell && xRootStrg.Is() ) in Write()
171 DBG_ASSERT( xRootStrg.Is(), "ExportXml2007::Write - no root storage" ); in Write()
182 if( pDocShell && xRootStrg.Is() && bWriteBasicStrg ) in Write()
193 if( pDocShell && xRootStrg.Is() ) in Write()
/AOO41X/main/sfx2/source/bastyp/
H A Dprogress.cxx235 if ( pImp->xObjSh.Is() && pImp->xObjSh->GetProgress() == this ) in Stop()
246 if ( pImp->xObjSh.Is() ) in Stop()
463 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in Resume()
507 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in Suspend()
515 if ( pImp->xObjSh.Is() ) in Suspend()
531 if ( !pImp->xObjSh.Is() ) in Lock()
626 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in SetWaitMode()
637 if ( pImp->xObjSh.Is() && !pImp->bAllDocs ) in SetWaitMode()
/AOO41X/main/basctl/source/basicide/
H A Dbaside2.cxx215 if ( !xModule.Is() ) in XModule()
280 if ( XModule().Is() ) in CheckCompileBasic()
336 if ( XModule().Is() && xModule->IsCompiled() && !aStatus.bError ) in BasicExecute()
343 DBG_ASSERT( xModule.Is(), "Kein Modul!" ); in BasicExecute()
403 if ( XModule().Is() ) in CompileBasic()
580 DBG_ASSERT( XModule().Is(), "Kein Modul!" ); in ToggleBreakPoint()
584 if ( XModule().Is() ) in ToggleBreakPoint()
626 DBG_ASSERT( XModule().Is(), "Kein Modul!" ); in UpdateBreakPoint()
628 if ( XModule().Is() ) in UpdateBreakPoint()
852 DBG_ASSERT( XModule().Is(), "Kein Modul!" ); in EditMacro()
[all …]
/AOO41X/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx268 if ( m_pObjectShell.Is() && !m_pObjectShell->IsModified() ) in storageIsModified()
683 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in getLibraryContainer()
702 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in createLibrary()
719 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in addModule()
736 if( !rxAccess.is() && m_pData->m_pObjectShell.Is() ) in addDialog()
956 if ( m_pData->m_pObjectShell.Is() && !m_pData->m_pObjectShell->GetMedium() ) in attachResource()
966 if ( m_pData->m_pObjectShell.Is() ) in attachResource()
1047 if ( m_pData->m_pObjectShell.Is() ) in getArgs()
1350 if ( !m_pData->m_pObjectShell.Is() ) in disableSetModified()
1363 if ( !m_pData->m_pObjectShell.Is() ) in enableSetModified()
[all …]
H A Dnew.cxx314 if ( xDocShell.Is() ) in IMPL_LINK()
359 if ( !xDocShell.Is() ) in IMPL_LINK()
373 if ( !xDocShell.Is() ) in IMPL_LINK()
389 if ( xDocShell.Is() && xDocShell->GetProgress() ) in IMPL_LINK()
424 if ( xDocShell.Is() && xDocShell->GetProgress() ) in IMPL_LINK_INLINE_END()
435 if (xDocShell.Is()) in IMPL_LINK_INLINE_END()
464 if ( !xDocShell.Is() || !xDocShell->GetProgress() ) in IMPL_LINK_INLINE_START()
/AOO41X/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx126 if ( xLockBytes.Is() ) in lcl_CreateStream()
176 if ( xLockBytes.Is() ) in CreateStream()
192 if ( xLockBytes.Is() ) in CreateStream()
209 if ( xLockBytes.Is() ) in CreateStream()
228 if ( xLockBytes.Is() ) in CreateStream()
/AOO41X/main/offapi/com/sun/star/report/
H A DXReportEngine.idl65 OnPageStarted Is fired when a new page started.
66 OnReportStarted Is fired when a new report started.
67 OnGroupStarted Is fired when a new group started.
68 OnGroupEnded Is fired when the group ended.
69 OnReportEnded Is fired when the report ended.
70 OnPageEnded Is fired when the page ended.
/AOO41X/main/svl/source/misc/
H A Dstrmadpt.cxx298 if (!m_xLockBytes.Is()) in readBytes()
338 if (!m_xLockBytes.Is()) in readSomeBytes()
370 if (!m_xLockBytes.Is()) in skipBytes()
385 if (!m_xLockBytes.Is()) in available()
403 if (!m_xLockBytes.Is()) in closeInput()
416 if (!m_xLockBytes.Is()) in seek()
426 if (!m_xLockBytes.Is()) in getPosition()
436 if (!m_xLockBytes.Is()) in getLength()
/AOO41X/main/sw/source/core/graphic/
H A Dndgrf.cxx191 if ( refLink.Is() ) in ReRead()
250 if ( refLink.Is() ) in ReRead()
356 if ( refLink.Is() ) in ~SwGrfNode()
625 if ( !refLink.Is() ) in SwapOut()
646 if ( refLink.Is() && refLink->GetLinkManager() ) in GetFileFilterNms()
674 if ( refLink.Is() ) in SavePersistentData()
704 if ( refLink.Is() ) in RestorePersistentData()
751 if ( refLink.Is() ) in ReleaseLink()
1097 else if ( refLink.Is() ) in IMPL_LINK()
/AOO41X/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl100 @param deviceColor Sequence of device color components. Is
121 @param deviceColor Sequence of device color components. Is
143 @param deviceColor Sequence of device color components. Is
167 @param deviceColor Sequence of device color components. Is
191 @param deviceColor Sequence of device color components. Is
213 @param deviceColor Sequence of sRGB color components. Is
233 @param deviceColor Sequence of sRGB color components. Is
254 @param deviceColor Sequence of sRGB color components. Is
/AOO41X/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx105 if (aChild.Is()) in QueryDelete()
110 if (ppNodes[i].GetChild().Is()) in QueryDelete()
127 if (!aChild.Is() && pIndex) in GetChild()
163 bResult = aPage.Is() && aPage->Find(rKey); in Find()
324 if (rInsertNode.GetChild().Is()) in Insert()
345 if (aChild.Is()) in Release()
366 if (aTempParent.Is()) in ReleaseFull()
770 if (!aChild.Is() && pIndex) in GetChild()
/AOO41X/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl113 /** Is used for borders around filled objects. See
119 /** Is used for borders around filled objects. See
125 /** Is used for borders around filled objects. See
131 /** Is used for borders around filled objects. See
147 /** Is used for borders around filled objects. See
158 /** Is only used for line-chart types.
163 /** Is only used for line-chart types.
/AOO41X/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl72 Is used for localization of the name.
84 Is used for localization of the description.
129 Is used for localization of the caption.
197 Is used for localization of the caption.
280 Is used for localization of the action.
309 Is used for localization.
337 Is used for localization.

12345678910>>...14