Home
last modified time | relevance | path

Searched refs:is (Results 251 – 275 of 13318) sorted by path

1...<<11121314151617181920>>...533

/trunk/main/basctl/source/basicide/
H A Dobjdlg.hrc14 * software distributed under the License is distributed on an
H A Dobjdlg.src14 * software distributed under the License is distributed on an
H A Dregister.cxx79 if ( xFactory.is() ) in component_getFactory()
H A Dscriptdocument.cxx200 if ( !xScripts.is() ) in includeDocument()
343 if ( _rxDocument.is() ) in ScriptDocument_Impl()
456 if ( xVBACompat.is() ) in isInVBAMode()
503 if ( !xContainer.is() ) in getLibrary()
584 if ( xLib.is() ) in removeModuleOrDialog()
608 if ( xLib.is() ) in hasModuleOrDialog()
807 return _out_rDialogProvider.is(); in createDialog()
854 if ( _rxStatusIndicator.is() ) in saveDocument()
956 return _out_rxFrame.is(); in getCurrentFrame()
972 if ( xMSF.is() ) in isLibraryShared()
[all …]
H A Dtbxctl.hrc14 * software distributed under the License is distributed on an
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx168 if (xComponent.is()) in ShowDialog()
420 if ( xNameAcc.is() ) in SetDialog()
439 if ( xPSet.is() ) in SetDialog()
562 if ( xPSet.is() ) in IMPL_LINK()
783 if ( xNAcc.is() ) in Copy()
806 if (xMarkPSet.is()) in Copy()
942 if ( xTransf.is() ) in Paste()
1135 if (xPSet.is()) in Delete()
1145 if ( xCont.is() ) in Delete()
1186 if ( xTransf.is() ) in IsPasteAllowed()
[all …]
H A Ddlgedclip.cxx67 if ( xMCntTypeFactory.is( ) ) in compareDataFlavors()
H A Ddlgedfac.cxx63 if( xC.is() ) in IMPL_LINK()
96 if (xPSet.is()) in IMPL_LINK()
132 if (xPSet.is()) in IMPL_LINK()
154 if (xPSet.is()) in IMPL_LINK()
H A Ddlgedobj.cxx373 if ( xPSet.is() ) in SetRectFromProps()
525 if ( xCont.is() ) in NameChange()
562 if (xPSet.is()) in GetStep()
945 if ( xPSet.is() ) in clonedFrom()
954 if ( xCont.is() ) in clonedFrom()
1172 if (!m_xPropertyChangeListener.is() && xControlModel.is()) in StartListening()
1183 if( !m_xContainerListener.is() && xEventsSupplier.is() ) in StartListening()
1192 if (xCont.is()) in StartListening()
1212 if ( m_xPropertyChangeListener.is() && xControlModel.is() ) in EndListening()
1221 if( m_xContainerListener.is() && xEventsSupplier.is() ) in EndListening()
[all …]
H A Ddlgresid.src14 * software distributed under the License is distributed on an
H A Dmanagelang.hrc14 * software distributed under the License is distributed on an
H A Dmanagelang.src14 * software distributed under the License is distributed on an
79 …Text [ en-US ] = "The default language is used if no localization for a user interface locale is p…
H A Dpropbrw.cxx168 if (m_xMeAsFrame.is()) in DBG_NAME()
188 if ( !m_xMeAsFrame.is() ) in ImplReCreateController()
191 if ( m_xBrowserController.is() ) in ImplReCreateController()
217 if ( !m_xBrowserController.is() ) in ImplReCreateController()
225 if (!xAsXController.is()) in ImplReCreateController()
274 if ( m_xBrowserController.is() ) in ~PropBrw()
286 if ( m_xMeAsFrame.is() ) in ImplDestroyController()
290 if ( xAsXController.is() ) in ImplDestroyController()
344 if (xControlInterface.is()) in CreateMultiSelectionSequence()
369 if ( xObjectInspector.is() ) in implSetNewObjectSequence()
[all …]
/trunk/main/basctl/source/inc/
H A Ddlgresid.hrc14 * software distributed under the License is distributed on an
/trunk/main/basctl/util/
H A Dhidother.hrc14 * software distributed under the License is distributed on an
H A Dhidother.src14 * software distributed under the License is distributed on an
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1226 if( xFactory.is() ) in Main()
1233 if( !xFactory.is() ) in Main()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx153 if( !xGraphicDevice.is() ) in xPolyPolygonFromB2DPolygon()
173 if( xRes.is() && rPoly.isClosed() ) in xPolyPolygonFromB2DPolygon()
186 if( !xGraphicDevice.is() ) in xPolyPolygonFromB2DPolyPolygon()
310 if( xBezierPoly.is() ) in b2DPolyPolygonFromXPolyPolygon2D()
326 if( !xLinePoly.is() ) in b2DPolyPolygonFromXPolyPolygon2D()
H A Dunopolypolygon.cxx72 if( !polyPolygon.is() || !nPolys ) in addPolyPolygon()
96 if( xBezierPoly.is() ) in addPolyPolygon()
112 if( !xLinePoly.is() ) in addPolyPolygon()
/trunk/main/basic/inc/basic/
H A Dsvtmsg.hrc14 * software distributed under the License is distributed on an
H A Dtesttool.hrc14 * software distributed under the License is distributed on an
H A Dttglobal.hrc14 * software distributed under the License is distributed on an
H A Dttmsg.hrc14 * software distributed under the License is distributed on an
/trunk/main/basic/inc/
H A Dsb.hrc14 * software distributed under the License is distributed on an
/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx394 DBG_ASSERT( xNormalized.is(), "ImplRepository::impl_getLocationForModel: invalid model!" ); in impl_getLocationForModel()
403 OSL_PRECOND( _rxBasicLibraries.is() && _rxDialogLibraries.is(), in impl_initDocLibraryContainers_nothrow()
439 if ( xStorage.is() ) in impl_createManagerForModel()
471 if ( !xStorage.is() ) in impl_createManagerForModel()
501 …OSL_ENSURE( xDocumentComponent.is(), "ImplRepository::impl_createManagerForModel: the document mus… in impl_createManagerForModel()
548 return _out_rxBasicLibraries.is() && _out_rxDialogLibraries.is(); in impl_getDocumentLibraryContainers_nothrow()

Completed in 109 milliseconds

1...<<11121314151617181920>>...533