Home
last modified time | relevance | path

Searched refs:is (Results 176 – 200 of 11014) sorted by relevance

12345678910>>...441

/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src14 * software distributed under the License is distributed on an
220 Text [ en-US ] = "There is no element named '$name$'." ;
237 Text [ en-US ] = "The column name '$columnname$' is unknown." ;
257 Text [ en-US ] = "The formula for TypeInfoSettings is wrong!" ;
271 Text [ en-US ] = "The connection URL is invalid." ;
276 Text [ en-US ] = "The query can not be executed. It is too complex." ;
304 Text [ en-US ] = "The column name '$columnname$' is not valid." ;
485 …Text [ en-US ] = "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported…
497 Text [ en-US ] = "The table can not be changed. It is read only." ;
572 …Text [ en-US ] = "The found KDE version is too new. Only KDE up to version $major$.$minor$ is know…
[all …]
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl14 * software distributed under the License is distributed on an
69 /** Returns <TRUE/> if <var>Node</var> is currently expanded.
99 /** Ensures that <var>Node</var> is currently visible.
101 node is visible in the controls display area.</p>
129 /** Ensures that <var>Node</var> is expanded and visible.
145 /** Ensures that <var>Node</var> is collapsed.
164 node is expanded or collapsed.
204 /** Returns the node that is closest to x,y.
214 …Node</type> for the node closest to that location, null if nothing is viewable or there is no model
237 <TRUE/> if the user is currently editing a node
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl81 <p>A <type>DataForm</type> is reset either on explicit request, or after it is moved
84 <p>The insertion row is a virtual row which is used to insert new records. It is reached
108is that if you use the former, the row set is positioned on the first record, while in the latter …
109 it is position <em>before</em> the it.</p>
115 <p>If data is needed during loading a form, then this is usually obtained via broadcaster-listener
133 <p>This is slightly changed if the form is loaded using the
151 <p>If the form is no sub form (e.g. its parent is not a form itself), this
152 property is not evaluated.</p>
172 is undefined which way it is interpreted, but implementations of the service are required
179 <p>If the form is no sub form (e.g. its parent is not a form itself), this
[all …]
/trunk/main/chart2/source/view/main/
H A DChartView.cxx141 if( xTunnel.is() ) in getExplicitValueProvider()
213 if ( xComp.is() ) in ~ChartView()
258 if( !xFactory.is() ) in getMetaFile()
266 if( !xExporter.is() || !xFilter.is() ) in getMetaFile()
337 if( xInStream.is() && xSeekable.is() ) in getTransferData()
1699 if(!xAxis.is()) in getExplicitValuesForAxis()
1780 if(xShape.is()) in getRectangleOfObject()
1946 …if( xTitle_Height.is() || xTitle_Width.is() || xSecondTitle_Height.is() || xSecondTitle_Width.is()… in addAxisTitleSizes()
2013 …if( xTitle_Height.is() || xTitle_Width.is() || xSecondTitle_Height.is() || xSecondTitle_Width.is()… in substractAxisTitleSizes()
2098 if( xProp.is() ) in getAvailablePosAndSizeForDiagram()
[all …]
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx83 OSL_ENSURE( _rxPeer.is(), "getBorder: invalid peer!" ); in getBorder()
92 OSL_ENSURE( _rxPeer.is(), "setBorder: invalid peer!" ); in setBorder()
134 if ( xText.is() || xListBox.is() ) in canColorBorder()
189 …OSL_PRECOND( _rxControl.is() && _rxPeer.is(), "ControlBorderManager::updateBorderStyle: invalid pa… in updateBorderStyle()
238 if ( !xAsControl.is() ) in controlStatusGained()
244 if ( xPeer.is() && canColorBorder( xPeer ) ) in controlStatusGained()
273 if ( xPeer.is() && canColorBorder( xPeer ) ) in controlStatusLost()
321 if ( m_aFocusControl.xControl.is() ) in restoreAll()
323 if ( m_aMouseHoverControl.xControl.is() ) in restoreAll()
335 if ( xPeer.is() ) in restoreAll()
[all …]
/trunk/main/psprint_config/configuration/
H A Dpsprint.conf14 ; software distributed under the License is distributed on an
23 ; if key is absent the default is 1
28 ; if key is absent the default is Portrait
32 ; if key is absent the default is 100
38 ; the order is: left,right,top,bottom
39 ; if key is absent the default is 0,0,0,0
44 ; if key is absent the default is 24
49 ; if key is absent the default is 0
54 ; if key is absent the default is 0
64 ; if key is absent the default value is driver specific
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx138 if( xChartDoc.is()) in lcl_getDataProviderFromContact()
152 if( xConverter.is()) in lcl_ConvertRangeFromXML()
168 if( xConverter.is()) in lcl_ConvertRangeToXML()
355 if( xRegCnt.is() ) in getValueFromSeries()
362 if( xRegCnt.is() ) in setValueToSeries()
753 if( xSeq.is()) in getValueFromSeries()
770 if( xDataSource.is() && xDataProvider.is()) in setValueToSeries()
822 if( xSeq.is()) in getValueFromSeries()
839 if( xDataSource.is() && xDataProvider.is()) in setValueToSeries()
881 if( xRegCnt.is() ) in getValueFromSeries()
[all …]
H A DChartDataWrapper.cxx163 if( xNewAny.is() ) in apply()
178 if( xNew.is() ) in apply()
453 if( m_xDataAccess.is() ) in getData()
461 if( m_xDataAccess.is() ) in getRowDescriptions()
644 OSL_ASSERT( xSrc.is()); in fireChartDataChangeEvent()
645 if( xSrc.is() ) in fireChartDataChangeEvent()
666 if( xChartDoc.is() ) in switchToInternalDataProvider()
674 if( !xChartDoc.is() ) in initDataAccess()
690 if( !xChartDoc.is() ) in applyData()
700 if( xDiaProp.is()) in applyData()
[all …]
/trunk/main/forms/source/component/
H A DListBox.cxx539 if ( m_xAggregateSet.is() ) in read()
658 if ( xFormProps.is() ) in loadData()
1037 if ( !xBoundField.is() ) in translateDbColumnToControlValue()
1381 if ( !m_xAggregateSet.is() ) in stringItemListChanged()
1433 && ( m_xCursor.is() ) in impl_refreshDbEntryList()
1545 if (xSet.is()) in focusGained()
1592 if (xSet.is()) in itemStateChanged()
1703 if ( m_xAggregateListBox.is() ) in addActionListener()
1710 if ( m_xAggregateListBox.is() ) in removeActionListener()
1717 if ( m_xAggregateListBox.is() ) in addItem()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx248 if( xDocBroadcaster.is() ) in Initialize()
265 if( xDocBroadcaster.is() ) in disposing()
270 if (mpPresenterScreen.is()) in disposing()
372 if (xCC.is() && mxSavedConfiguration.is()) in disposing()
429 if( xEnum.is() ) in InitializePresenterScreen()
454 if (xCC.is() && xContext.is()) in InitializePresenterScreen()
528 if ( ! xContext.is()) in GetScreenNumber()
532 if ( ! xFactory.is()) in GetScreenNumber()
639 if (xCC.is() && mxSavedConfiguration.is()) in RequestShutdownPresenterScreen()
645 if (xCC.is()) in RequestShutdownPresenterScreen()
[all …]
H A DPresenterSlidePreview.cxx71 if ( ! rxContext.is() in PresenterSlidePreview()
85 if (mxWindow.is()) in PresenterSlidePreview()
91 if (xPeer.is()) in PresenterSlidePreview()
101 if (xFactory.is()) in PresenterSlidePreview()
123 if (mxWindow.is()) in disposing()
132 if (xComponent.is()) in disposing()
212 if (mxWindow.is()) in windowPaint()
307 if ( ! mxPreview.is() && mxCurrentSlide.is()) in Paint()
319 if (mxPreview.is()) in Paint()
362 if (mxPreview.is()) in Paint()
[all …]
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx94 if ( xI.is() ) in loadCalendar()
122 if (xCalendar.is()) in getLoadedCalendar()
142 if (xCalendar.is()) in setDateTime()
151 if (xCalendar.is()) in getDateTime()
160 if (xCalendar.is()) in getUniqueID()
169 if (xCalendar.is()) in setValue()
178 if (xCalendar.is()) in getValue()
187 if (xCalendar.is()) in addValue()
196 if (xCalendar.is()) in getFirstDayOfWeek()
206 if (xCalendar.is()) in setFirstDayOfWeek()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx256 if( xAccessible.is() ) in getAccessible()
261 if( xContext.is() ) in getAccessible()
264 if( xParent.is() ) in getAccessible()
286 if( xContext.is() ) in attachRecursive()
300 if( xStateSet.is() ) in attachRecursive()
346 if( xContext.is() ) in detachRecursive()
360 if( xStateSet.is() ) in detachRecursive()
410 if( xSelection.is() ) in handle_tabpage_activated()
431 if( ! xContext.is() ) in notify_toolbox_item_focus()
470 if( xContext.is() ) in create_wrapper_for_child()
[all …]
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx132 if (xDataSource.is()) in getConnection()
178 if (!xConn.is()) in getConnection()
199 if (xSupplyCols.is()) in getColumns()
208 if (xFormProps.is() && xSupplyTables.is()) in getColumns()
493 if(xFields.is()) in MappingDialog_Impl()
817 if (xLoad.is()) in ~BibDataManager()
819 if (xComp.is()) in ~BibDataManager()
1060 if (xTables.is()) in getDataSources()
1122 if (xFields.is()) in getQueryFields()
1618 if (!xFields.is()) in SetMeAsUidListener()
[all …]
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx279 if ( xProperties.is() ) in impl_adjustAdditionalShapesPositionAndSize()
511 if( xController.is() ) in getCurrentSelection()
547 if ( m_xDiagram.is() ) in dispose()
761 if( xIni.is() ) in impl_createDefaultData()
811 return m_xDataProvider.is() && m_xInternalDataProvider.is(); in hasInternalDataProvider()
832 if( xProp.is() ) in attachDataProvider()
863 if( m_xOwnNumberFormatsSupplier.is() && xNewSupplier.is() ) in attachNumberFormatsSupplier()
954 if( xFact.is() ) in impl_createDefaultChartTypeTemplate()
1337 if( xSupplier.is() ) in getNumberFormatSettings()
1346 if( xSupplier.is() ) in getNumberFormats()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx166 if( !xContext.is() ) in getComponentContext_Impl()
230 if( !xAccess.is() ) in getTypeProvider_Impl()
608 if( xIdlClass.is() ) in unoToSbxType()
1683 if( xObj.is() ) in getDbgObjectNameImpl()
1920 if( xInvok.is() ) in Impl_DumpProperties()
1997 if( xInvok.is() ) in Impl_DumpMethods()
2430 if( !x.is() ) in SbUnoObject()
2550 if (xI.is()) in doIntrospection()
3003 if( !xClass.is() ) in Impl_CreateUnoStruct()
4085 if( xInvocationAdapterFactory.is() && xListenerType.is() && xListener.is() ) in createAllListenerAdapter()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl14 * software distributed under the License is distributed on an
137 The namespace URI of this node, or null if it is unspecified.
176 The namespace prefix of this node, or null if it is unspecified.
204 parent of the node being inserted is readonly.
211 that feature is supported by this node.
228 <p>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
244 new node is readonly.
259 The namespace prefix of this node, or null if it is unspecified.
266 prefix is "xml" and the namespaceURI of this node is different from
268 … specified prefix is "xmlns" and the namespaceURI of this node is different from
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldReferenceType.idl14 * software distributed under the License is distributed on an
46 /** From each result, its reference value (see below) is subtracted, and the difference is shown.
51 <p>If a base item name is specified, the reference value for a combination of field items is the
55 parent field, the difference isn't calculated and an error value is shown.</p>
57 <p>If the result for an item combination is empty, the value 0 is used for the difference, even
59 is shown in the result table even if the original result was empty.</p>
65 <p>If "previous" or "next" is specified as the base item, the reference value is the result for
82 /** Each result is divided by its reference value. The reference value is determined in the
97 reference value. The reference value is determined in the same way as for
109 in the base field's sort order, and the total sum is shown.
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx93 if ( m_xHandler.is() ) in handle()
750 if ( xPasswd.is() ) in IMPL_LINK_INLINE_START()
782 if( xMSF.is() ) in InsertLib()
856 if ( xMSF.is() ) in InsertLib()
861 if ( xSFA.is() ) in InsertLib()
883 if ( xModLibContImport.is() || xDlgLibContImport.is() ) in InsertLib()
1269 if( xMSF.is() ) in ExportAsPackage()
1276 if( !xSFA.is() ) in ExportAsPackage()
1409 if( xMSF.is() ) in ExportAsBasic()
1418 if( xFolderPicker.is() ) in ExportAsBasic()
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl53 …a sub action of the Undo context. Once the Undo context is left, a single undo action is pushed on…
127 …if the undo stack is currently empty, in which case it is impossible to push a hidden undo action …
148 if no undo context is currently open.
158 <p>The redo stack is cleared when a new action is pushed onto the undo stack.</p>
169 if the given undo action is <NULL/>.
184 if the undo stack is currently empty
209 when the Redo stack is currently empty
228 … <FALSE/> if and only if the undo stack is currently empty, or there is an open and not-yet-closed
236 … <FALSE/> if and only if the redo stack is currently empty, or there is an open and not-yet-closed
279 if the method is invoked while an undo context is still open
[all …]
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx277 if( xOStm.is() && xServiceFactory.is() ) in implExport()
282 if( xMasterPagesSupplier.is() && xDrawPagesSupplier.is() ) in implExport()
377 if( xMgr.is() && rxOStm.is() ) in implCreateExportDocumentHandler()
401 DBG_ASSERT( rxMasterPages.is() && rxDrawPages.is(), in implExportDocument()
538 if( xDrawPage.is() ) in implExportDocument()
542 if( xPropSet.is() ) in implExportDocument()
706 if( xDrawPage.is() ) in implExportPages()
720 if( xShapes.is() ) in implExportPages()
1065 if( xShapes.is() ) in implCreateObjectsFromShape()
1108 if( xExporter.is() ) in implCreateObjectsFromBackground()
[all …]
/trunk/main/basctl/source/dlged/
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 …]
/trunk/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl14 * software distributed under the License is distributed on an
82 This parameter is mandatory.
87 command is to be designed.<br/>
89 parameter is present.<br/>
91 is ignored.
113 If the <a href="#data_source">DataSourceName</a> parameter is present, the query is
128 If the <a href="#data_source">DataSourceName</a> parameter is present, the view is
139 If not present, <TRUE/> is assumed for this parameter.</li>
144 If not present, <FALSE/> is assumed for this parameter.
157 is the same as <a href="#graphical_design">GraphicalDesign</a>.</li>
[all …]
/trunk/main/chart2/source/tools/
H A DStatisticsHelper.cxx110 if( xLSeq.is()) in lcl_getErrorBarLabeledSequence()
115 if( xLSeq.is()) in lcl_getErrorBarLabeledSequence()
129 if( xSeqProp.is()) in lcl_setRole()
140 if( ! ( xFact.is() && xSink.is() )) in lcl_addSequenceToDataSource()
145 if( xLSeq.is()) in lcl_addSequenceToDataSource()
229 if( xLSeq.is()) in getErrorLabeledDataSequenceFromDataSource()
244 if( !xLSeq.is()) in getErrorDataSequenceFromDataSource()
263 if( xNumValues.is()) in getErrorFromDataSource()
288 if( ! ( xDataSink.is() && xDataProvider.is())) in setErrorDataSequence()
300 if( xLSeq.is()) in setErrorDataSequence()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx903 if (!xSource.is()) in propertyChange()
912 if(xProp.is()) in propertyChange()
925 if(xProp.is()) in propertyChange()
935 if(xProp.is()) in propertyChange()
962 if(xProp.is()) in propertyChange()
1314 if (xProvider.is()) in connectExternalDispatches()
1408 if(xSource.is()) in disposing()
2272 if(xTabSup.is()) in IMPL_LINK()
2276 if(xCont.is()) in IMPL_LINK()
3241 if ( xFrame.is() ) in impl_initialize()
[all …]

Completed in 225 milliseconds

12345678910>>...441