Home
last modified time | relevance | path

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

12345678910>>...15

/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx363 if( maFillColor.Is() ) in DrawRect()
370 if( maLineColor.Is() ) in DrawRect()
449 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
460 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygon()
476 if ( !nPoly || !pPaths || !(maFillColor.Is() || maLineColor.Is())) in DrawPolyPolygon()
496 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygon()
508 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygon()
617 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygonBezier()
628 if( maFillColor.Is() && maLineColor.Is()) in DrawPolygonBezier()
682 if( maFillColor.Is() && maLineColor.Is()) in DrawPolyPolygonBezier()
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxexec.cxx133 if( refVar.Is() ) in QualifiedName()
181 if( refVar.Is() ) in Operand()
198 if( refVar2.Is() ) in MulDiv()
216 if( refVar.Is() ) in MulDiv()
230 if( refVar2.Is() ) in PlusMinus()
248 if( refVar.Is() ) in PlusMinus()
258 if( refVar.Is() ) in Assign()
286 if( refVar.Is() ) in Assign()
309 if( refVar.Is() ) in Element()
344 if( refVar.Is() ) in Element()
[all …]
/aoo41x/main/svx/source/dialog/
H A Dfrmsel.cxx311 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in Initialize()
445 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in InitBorderGeometry()
771 if( aIt.Is() ) in SelectedBordersEqual()
774 for( ++aIt; bEqual && aIt.Is(); ++aIt ) in SelectedBordersEqual()
881 if( !aIt.Is() ) in GetVisibleWidth()
886 for( ++aIt; bFound && aIt.Is(); ++aIt ) in GetVisibleWidth()
904 if( !aIt.Is() ) in GetVisibleColor()
909 for( ++aIt; bFound && aIt.Is(); ++aIt ) in GetVisibleColor()
954 return SelFrameBorderCIter( mxImpl->maEnabBorders ).Is(); in IsAnyBorderSelected()
1241 while( Is() && !maPred( *maIt ) ) ++maIt; in FrameBorderIterBase()
[all …]
/aoo41x/main/sfx2/source/appl/
H A Dfileobj.cxx87 if ( xMed.Is() ) in ~SvFileObject()
138 if( !xMed.Is() ) in GetData()
154 ( bSynchron && LoadFile_Impl() && xMed.Is() ) )) ) in GetData()
167 if( !xMed.Is() ) in GetData()
213 if( xMed.Is() && !bSynchron && bClearMedium ) in GetData()
244 if( pShell.Is() ) in Connect()
310 bClearMedium = !xMed.Is(); in LoadFile_Impl()
346 nRes = xMed.Is() ? GRFILTER_OPENERROR in GetGraphic_Impl()
390 if( xMed.Is() && !pStream ) in GetGraphic_Impl()
544 if( pThis->xMed.Is() ) in IMPL_STATIC_LINK()
[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()
533 if( xObj.Is() ) in Disconnect()
558 pImpl->m_bIsConnect = ( xObj.Is() != sal_False ); in Edit()
560 _GetRealObject( xObj.Is() ); in Edit()
570 if( ref.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.cxx1813 DBG_ASSERT((rContents.Is() && in WriteContents()
2087 DBG_ASSERT((rContents.Is() && in WriteContents()
2236 DBG_ASSERT((rContents.Is() && in WriteContents()
2483 DBG_ASSERT((rContents.Is() && in WriteContents()
2715 DBG_ASSERT((rContents.Is() && in WriteContents()
2932 DBG_ASSERT((rContents.Is() && in WriteContents()
4324 DBG_ASSERT((rContents.Is() && in WriteContents()
4895 DBG_ASSERT((rContents.Is() && in WriteContents()
5413 DBG_ASSERT((rContents.Is() && in WriteContents()
5670 if( !rObj.Is() ) in WriteContents()
[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/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/starmath/source/
H A Dtoolbox.src265 Text [ en-US ] = "Is Equal" ;
271 Text [ en-US ] = "Is Not Equal" ;
299 Text [ en-US ] = "Is Less Than" ;
305 Text [ en-US ] = "Is Greater Than" ;
318 Text [ en-US ] = "Is Parallel To" ;
324 Text [ en-US ] = "Is Orthogonal To" ;
346 Text [ en-US ] = "Is Similar To" ;
352 Text [ en-US ] = "Is Congruent To" ;
378 Text [ en-US ] = "Is Proportional To" ;
430 Text [ en-US ] = "Is In" ;
[all …]
/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()
343 DBG_ASSERT( xModule.Is(), "Kein Modul!" ); in BasicExecute()
403 if ( XModule().Is() ) in CompileBasic()
584 if ( XModule().Is() ) in ToggleBreakPoint()
628 if ( XModule().Is() ) in UpdateBreakPoint()
854 if ( XModule().Is() ) in EditMacro()
929 if ( XModule().Is() ) in UpdateData()
1251 if ( XModule().Is() ) in GetSbModuleName()
1373 if ( XModule().Is() ) in BasicStarted()
[all …]
/aoo41x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx966 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()
1402 if ( m_pData->m_pObjectShell.Is() ) in setModified()
1602 if ( m_pData->m_pObjectShell.Is() ) in storeSelf()
1701 if ( m_pData->m_pObjectShell.Is() ) in storeAsURL()
1740 if ( m_pData->m_pObjectShell.Is() ) in storeToURL()
1809 if ( m_pData->m_pObjectShell.Is() ) in initNew()
1841 if ( m_pData->m_pObjectShell.Is() ) in load()
[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.cxx188 if ( refLink.Is() ) in ReRead()
247 if ( refLink.Is() ) in ReRead()
353 if ( refLink.Is() ) in ~SwGrfNode()
622 if ( !refLink.Is() ) in SwapOut()
643 if ( refLink.Is() && refLink->GetLinkManager() ) in GetFileFilterNms()
671 if ( refLink.Is() ) in SavePersistentData()
701 if ( refLink.Is() ) in RestorePersistentData()
748 if ( refLink.Is() ) in ReleaseLink()
1094 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
H A DXColorSpace.idl144 @param deviceColor Sequence of device color components. Is
167 @param deviceColor Sequence of device color components. Is
189 @param deviceColor Sequence of device color components. Is
213 @param deviceColor Sequence of device color components. Is
233 @param deviceColor Sequence of sRGB color components. Is
251 @param rgbColor Sequence of sRGB color components. Is
270 @param rgbColor 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.

Completed in 177 milliseconds

12345678910>>...15