Home
last modified time | relevance | path

Searched refs:IsSet (Results 1 – 25 of 179) sorted by relevance

12345678

/aoo41x/main/idl/source/objects/
H A Dslot.cxx416 if( !GetRef() || aCachable.IsSet() || aVolatile.IsSet() ) in GetCachable()
423 if( !GetRef() || aVolatile.IsSet() || aCachable.IsSet() ) in GetVolatile()
440 if( !GetRef() || aSynchron.IsSet() || aAsynchron.IsSet() ) in GetSynchron()
447 if( !GetRef() || aAsynchron.IsSet() || aSynchron.IsSet() ) in GetAsynchron()
454 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordPerItem()
455 || aRecordPerSet.IsSet() || aRecordManual.IsSet() ) in GetRecordPerItem()
462 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordPerSet()
463 || aRecordPerSet.IsSet() || aRecordManual.IsSet() ) in GetRecordPerSet()
470 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordManual()
471 || aRecordPerSet.IsSet() || aRecordManual.IsSet() ) in GetRecordManual()
[all …]
H A Dtypes.cxx100 if( aSlotId.IsSet() ) nMask |= 0x2; in Save()
101 if( aExport.IsSet() ) nMask |= 0x4; in Save()
102 if( aReadonly.IsSet() ) nMask |= 0x8; in Save()
103 if( aAutomation.IsSet() ) nMask |= 0x10; in Save()
106 if( aHidden.IsSet() ) nMask |= 0x80; in Save()
173 if ( aExport.IsSet() && !aHidden.IsSet() ) in GetHidden()
175 else if( aHidden.IsSet() || !GetRef() ) in GetHidden()
197 if ( aIsCollection.IsSet() ) in GetIsCollection()
413 if( aSlotId.IsSet() ) in WriteSvIdl()
1246 if( aIn.IsSet() || !GetRef() ) in GetIn()
[all …]
H A Dbasobj.cxx217 if( aName.IsSet() ) nMask |= 0x01; in Save()
218 if( aHelpContext.IsSet() ) nMask |= 0x02; in Save()
219 if( aHelpText.IsSet() ) nMask |= 0x04; in Save()
220 if( aConfigName.IsSet() ) nMask |= 0x08; in Save()
365 if( aHelpContext.IsSet() || aHelpText.IsSet() || aConfigName.IsSet() ) in WriteAttributesSvIdl()
370 if( aHelpContext.IsSet() ) in WriteAttributesSvIdl()
376 if( aHelpText.IsSet() ) in WriteAttributesSvIdl()
382 if( aConfigName.IsSet() ) in WriteAttributesSvIdl()
513 if( GetHelpText().IsSet() || GetHelpContext().IsSet() ) in WriteAttributes()
518 if( GetHelpText().IsSet() ) in WriteAttributes()
[all …]
/aoo41x/main/basic/inc/basic/
H A Dsbxcore.hxx97 inline sal_Bool IsSet( sal_uInt16 n ) const;
153 inline sal_Bool SbxBase::IsSet( sal_uInt16 n ) const in IsSet() function in SbxBase
160 { DBG_CHKTHIS( SbxBase, 0 ); return IsSet( SBX_READ ); } in CanRead()
163 { DBG_CHKTHIS( SbxBase, 0 ); return IsSet( SBX_WRITE ); } in CanWrite()
166 { DBG_CHKTHIS( SbxBase, 0 ); return IsSet( SBX_MODIFIED ); } in IsModified()
169 { DBG_CHKTHIS( SbxBase, 0 ); return IsSet( SBX_CONST ); } in IsConst()
172 { DBG_CHKTHIS( SbxBase, 0 ); return IsSet( SBX_HIDDEN ); } in IsHidden()
/aoo41x/main/idl/inc/
H A Dbastype.hxx125 sal_Bool IsSet() const { return bSet; } in IsSet() function in Svint
150 sal_Bool IsSet() const { return bSet; } in IsSet() function in SvBOOL
173 sal_Bool IsSet() const { return Len() != 0; } in IsSet() function in SvIdentifier
190 sal_Bool IsSet() const in IsSet() function in SvNumberIdentifier
192 return SvIdentifier::IsSet() || nValue != 0; in IsSet()
214 sal_Bool IsSet() const { return Len() != 0; } in IsSet() function in SvString
/aoo41x/main/svx/source/dialog/
H A Ddlgctl3d.cxx533 if(maSelectionChangeCallback.IsSet()) in TrySelection()
555 if(maSelectionChangeCallback.IsSet()) in TrySelection()
620 if(maChangeCallback.IsSet()) in Tracking()
695 if(maChangeCallback.IsSet()) in Tracking()
730 if(maChangeCallback.IsSet()) in Tracking()
1119 if(maUserInteractiveChangeCallback.IsSet()) in move()
1185 if(maUserSelectionChangeCallback.IsSet()) in KeyInput()
1217 if(maUserSelectionChangeCallback.IsSet()) in KeyInput()
1270 if(maUserInteractiveChangeCallback.IsSet()) in IMPL_LINK()
1300 if(maUserInteractiveChangeCallback.IsSet()) in IMPL_LINK()
[all …]
H A Dcontwnd.cxx243 if ( aPipetteLink.IsSet() && Rectangle( Point(), GetGraphicSize() ).IsInside( aLogPt ) ) in MouseMove()
273 if ( aPipetteClickLink.IsSet() ) in MouseButtonUp()
298 if ( aWorkplaceClickLink.IsSet() ) in MouseButtonUp()
H A Dgraphctl.cxx260 if ( aGraphSizeLink.IsSet() ) in SetGraphic()
387 if ( aMarkObjLink.IsSet() ) in MarkListHasChanged()
784 if ( aMousePosLink.IsSet() ) in MouseMove()
923 if ( aUpdateLink.IsSet() ) in IMPL_LINK()
/aoo41x/main/editeng/source/editeng/
H A Deehtml.cxx94 if ( pImpEditEngine->aImportHdl.IsSet() ) in CallParser()
103 if ( pImpEditEngine->aImportHdl.IsSet() ) in CallParser()
507 if ( pImpEditEngine->aImportHdl.IsSet() ) in NextToken()
521 if ( pImpEditEngine->aImportHdl.IsSet() ) in ImpInsertParaBreak()
545 if ( pImpEditEngine->aImportHdl.IsSet() ) in ImpSetAttribs()
687 if ( pImpEditEngine->aImportHdl.IsSet() ) in ImpInsertText()
833 if ( pImpEditEngine->aImportHdl.IsSet() ) in AnchorEnd()
H A Deertfpar.cxx115 if ( pImpEditEngine->aImportHdl.IsSet() ) in CallParser()
123 if ( pImpEditEngine->aImportHdl.IsSet() ) in CallParser()
231 if ( pImpEditEngine->aImportHdl.IsSet() ) in NextToken()
244 if ( pImpEditEngine->aImportHdl.IsSet() ) in UnknownAttrToken()
256 if ( pImpEditEngine->aImportHdl.IsSet() ) in InsertText()
268 if ( pImpEditEngine->aImportHdl.IsSet() ) in InsertPara()
357 if ( pImpEditEngine->aImportHdl.IsSet() ) in SetAttrInDoc()
/aoo41x/main/vcl/source/gdi/
H A Dcvtgrf.cxx75 if( maFilterHdl.IsSet() && maFilterHdl.Call( mpConvertData ) ) in ImplConvert()
93 if( maFilterHdl.IsSet() && maFilterHdl.Call( mpConvertData ) ) in ImplConvert()
135 if( pCvt && pCvt->GetFilterHdl().IsSet() ) in Import()
158 if( pCvt && pCvt->GetFilterHdl().IsSet() ) in Export()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx97 if (m_aAdditionalModifyHdl.IsSet()) in IMPL_LINK()
99 if (m_aOriginalModifyHdl.IsSet()) in IMPL_LINK()
107 if (m_aAdditionalModifyHdl.IsSet() || m_aOriginalModifyHdl.IsSet()) in implCheckLinks()
438 if (!_pBox->IsTravelSelect() && m_aModifyHdl.IsSet()) in IMPL_LINK()
/aoo41x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx183 if (m_aPreExpandHandler.IsSet()) in RequestingChilds()
389 bHandled = ( m_aCutHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
394 bHandled = ( m_aCopyHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
399 bHandled = ( m_aPasteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
404 bHandled = ( m_aDeleteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
416 if ( m_aEnterKeyHdl.IsSet() ) in KeyInput()
/aoo41x/main/framework/source/uielement/
H A Dtoolbar.cxx54 if ( m_aCommandHandler.IsSet() ) in Command()
62 if ( m_aStateChangedHandler.IsSet() ) in StateChanged()
69 if ( m_aDataChangedHandler.IsSet() ) in DataChanged()
H A Dpanelwindow.cxx72 if ( m_aCommandHandler.IsSet() ) in Command()
80 if ( m_aStateChangedHandler.IsSet() ) in StateChanged()
87 if ( m_aDataChangedHandler.IsSet() ) in DataChanged()
/aoo41x/main/svx/source/svdraw/
H A Dsvdlayer.cxx91 if(IsSet(sal_uInt8(i))) in GetSetBit()
115 if(!IsSet(sal_uInt8(i))) in GetClearBit()
439 while (i && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
447 while (i<=254 && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
/aoo41x/main/cui/source/factory/
H A Ddlgfact.cxx721 if( rLink.IsSet() ) in SetCheckNameHdl()
740 if( aCheckNameHdl.IsSet() ) in IMPL_LINK()
754 if(rLink.IsSet()) in SetCheckNameHdl()
766 if(aCheckNameHdl.IsSet()) in IMPL_LINK()
951 if( rLink.IsSet() ) in SetNextHdl()
959 if( rLink.IsSet() ) in SetPrevHdl()
966 if( aNextHdl.IsSet() ) in IMPL_LINK()
972 if( aPrevHdl.IsSet() ) in IMPL_LINK()
/aoo41x/main/sfx2/inc/sfx2/
H A Dgenlink.hxx46 sal_Bool IsSet() const { return aLink.IsSet() || pFunc; } in IsSet() function in GenLink
/aoo41x/main/svtools/inc/svtools/
H A Dasynclink.hxx67 sal_Bool IsSet() const { return _aLink.IsSet(); } in IsSet() function in svtools::AsynchronLink
/aoo41x/main/basic/source/classes/
H A Dsb.cxx1110 if( !bWasModified && pVar->IsSet( SBX_DONTSTORE ) ) in Insert()
1500 if( GetSbData()->aBreakHdl.IsSet() ) in BreakPoint()
1510 if( GetSbData()->aBreakHdl.IsSet() ) in StepPoint()
1518 return (sal_uInt16) ( aBreakHdl.IsSet() in BreakHdl()
1764 if( GetSbData()->aErrHdl.IsSet() ) in CError()
1807 if( GetSbData()->aErrHdl.IsSet() ) in RTError()
1863 return (sal_Bool) ( aErrorHdl.IsSet() in ErrorHdl()
1955 DBG_ASSERT( IsSet( SBX_GBLSEARCH ), "Basic ohne GBLSEARCH geladen" ); in LoadData()
/aoo41x/main/svx/source/form/
H A Dfmsrcimp.cxx93 if (m_aTerminationHdl.IsSet()) in onTerminated()
160 if (m_lnkWhoWantsToKnow.IsSet()) in NotifyCurrentCount()
958 if (m_aProgressHandler.IsSet()) in PropagateProgress()
1084 if (!m_aProgressHandler.IsSet())
1126 if (!m_aProgressHandler.IsSet()) in IMPL_LINK()
/aoo41x/main/forms/source/component/
H A Dimgprod.cxx192 …DBG_ASSERT( Application::GetFilterHdl().IsSet(), "ImageProducer::ImageProducer(): No filter handle… in ImageProducer()
307 if( maConsList.Count() || maDoneHdl.IsSet() ) in startProduction()
318 if ( ImplImportGraphic( *mpGraphic ) && maDoneHdl.IsSet() ) in startProduction()
351 if ( maDoneHdl.IsSet() ) in startProduction()
/aoo41x/main/rsc/inc/
H A Drscflag.hxx50 sal_Bool IsSet( const RSCINST & rInst, Atom nConstId );
95 *pB = pRefClass->IsSet( rInst, nConstId ); in GetBool()
/aoo41x/main/tools/inc/tools/
H A Dlink.hxx111 sal_Bool IsSet() const;
138 inline sal_Bool Link::IsSet() const in IsSet() function in Link
/aoo41x/main/sd/source/ui/tools/
H A DSlotStateListener.cxx98 if (maCallback.IsSet()) in ObserveSlot()
168 if (maCallback.IsSet()) in statusChanged()

Completed in 643 milliseconds

12345678