Home
last modified time | relevance | path

Searched refs:it (Results 76 – 100 of 1855) sorted by last modified time

12345678910>>...75

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3602 std::map< UINT, sal_uInt16 >::const_iterator it = pSalData->maVKMap.find( (UINT)wParam ); in ImplSalGetKeyCode() local
3603 if( it != pSalData->maVKMap.end() ) in ImplSalGetKeyCode()
3604 nKeyCode = it->second; in ImplSalGetKeyCode()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl118 <p>Visible means it is either the root or all of its parents are expanded.</p>
206 otherwise it always returns a valid node. To test if the node is exactly
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackage.idl116 whether it is active.
142 startup scenario. That is, it is set to true, when called
352 item. This is the case when it was created by providing
H A DXPackageRegistry.idl44 it is not abortable.
50 it was replaced. This can happen, for example, when a bundled extension
58 rely on the file or folder to which refers <code>url</url>. Instead it
H A DXPackageManager.idl136 This copies the extension. If it was from the same repository,
245 location of the installed extensions. Therefore it is not possible
281 Extensions which allow the license to be suppressed, that is, it does not
291 The extension must be managed by this package manager, that is, it must
H A DDependencyException.idl56 know more about a specific kind of dependency, it should display the
H A DXUpdateInformationProvider.idl54 the unique identifier of an extension. If it is not empty and
64 /** interrupts a getUpdateInformation call and let's it return immediately.
90 the unique identifier of an extension. If it is not empty and
H A DXExtensionManager.idl323 Extensions which allow the license to be suppressed, that is, it does not
340 and activates it, if possible.
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx932 for( std::set< String >::const_iterator it = aFontNames.begin(); in Reset() local
933 it != aFontNames.end(); ++it ) in Reset()
935 aStandardBox.InsertEntry( *it ); in Reset()
936 aTitleBox .InsertEntry( *it ); in Reset()
937 aListBox .InsertEntry( *it ); in Reset()
938 aLabelBox .InsertEntry( *it ); in Reset()
939 aIdxBox .InsertEntry( *it ); in Reset()
/trunk/main/svx/source/dialog/
H A Dcontdlg.src246 …raphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
/trunk/main/sd/source/ui/app/
H A Dstrings.src489 …= "This graphic is linked to a document.\nDo you want to unlink the graphic in order to edit it?" ;
852 … = "This graphic is linked to a document. Do you want to unlink the graphic in order to edit it?" ;
890 Text [ en-US ] = "A design already exists with this name.\nDo you want to replace it?" ;
/trunk/main/
H A Dconfigure.ac148 it)
364 open it at runtime
2506 AC_MSG_RESULT([no, dynamically open it])
2529 AC_MSG_RESULT([no, dynamically open it])
3604 … AC_MSG_ERROR([gperf not found but needed. Install it and/or specify --with-gperf=/path/to/it.])
4654 # it has it. Test for it to be sure
4916 AC_MSG_RESULT([no, dynamically open it])
5724 Get it from the Microsoft site and put it into external/dbghelp.
5742 Get it from the Microsoft site and put it into external/vcredist. You can try
5750 Get it from the Microsoft site and put it into external/vcredist. You can try
[all …]
/trunk/test/
H A DREADME.md11 This **trunk** branch has been updated to allow it to run "standalone" of an office build. The test…
20 When switching branches especially between AOO versions it's recommended to delete the jars in `tes…
44 … not previously ran tests you may not have a `testspace` directory under `test`. If not create it:
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx165 std::list<SwSidebarItem*>::iterator it = i++; in CheckForRemovedPostIts() local
166 if ( !(*it)->UseElement() ) in CheckForRemovedPostIts()
168 SwSidebarItem* p = (*it); in CheckForRemovedPostIts()
169 mvPostItFlds.remove(*it); in CheckForRemovedPostIts()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx185 for ( EscherProperties::const_iterator it = rOpts.begin(); it != rOpts.end(); ++it ) in Commit() local
187 sal_uInt16 nId = ( it->nPropId & 0x0FFF ); in Commit()
194 switch ( it->nPropValue ) in Commit()
216 if (it->nPropValue) in Commit()
221 if( it->nPropValue == 0x90000 ) in Commit()
234 if (it->nPropValue) in Commit()
244 nLeft = it->nPropValue; in Commit()
249 nTop = it->nPropValue; in Commit()
269 nRight = it->nPropValue; in Commit()
274 nBottom = it->nPropValue; in Commit()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx604 for ( std::vector< SCTAB >::iterator it = rvTabs.begin(); it != it_end; ++it ) in CreateTabData() local
605 if ( !pTabData[*it] ) in CreateTabData()
606 CreateTabData( *it ); in CreateTabData()
628 std::vector< SCTAB >::iterator it = tabs.begin(); in SetZoomType() local
629 for ( ; it != it_end; ++it ) in SetZoomType()
631 SCTAB i = *it; in SetZoomType()
705 std::vector< SCTAB >::iterator it = tabs.begin(); in SetZoom() local
706 for ( ; it != it_end; ++it ) in SetZoom()
708 SCTAB i = *it; in SetZoom()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1683 ::std::vector<sal_uInt16>::iterator it = _rArguments.begin(); in fillVisibleArgumentMapping()
1684 for( sal_uInt16 n = 0; n < nArgCount; ++n, ++it ) in fillVisibleArgumentMapping()
1685 *it = n; in fillVisibleArgumentMapping()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2029 ScRefList::const_iterator it( p->begin()); in ScUnionFunc() local
2031 for ( ; it != end; ++it) in ScUnionFunc()
2033 pRes->push_back( *it); in ScUnionFunc()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx415 …for ( std::vector< rtl::OUString >::iterator it = sSearchList.begin(); !aRes.mbFound && (it != it_… in resolveVBAMacro() local
417 aRes.mbFound = hasMacro( pShell, *it, sModule, sProcedure ); in resolveVBAMacro()
419 sContainer = *it; in resolveVBAMacro()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx489 std::list< rtl::OUString >::const_iterator it = eventMethods.begin(); in getEventListeners() local
492 for ( ; it != eventMethods.end(); ++it, ++pDest ) in getEventListeners()
493 *pDest = *it; in getEventListeners()
590 EventSupplierHash::const_iterator it = m_hEvents.find( aName ); in getByName() local
591 if ( it == m_hEvents.end() ) in getByName()
593 return it->second; in getByName()
601 EventSupplierHash::const_iterator it = m_hEvents.begin(); in getElementNames() local
603 for ( sal_Int32 index = 0; it != it_end; ++index, ++pDest, ++it ) in getElementNames()
604 *pDest = it->first; in getElementNames()
611 EventSupplierHash::const_iterator it = m_hEvents.find( aName ); in hasByName() local
[all …]
/trunk/main/padmin/source/
H A Dpadialog.src707 …e are still printers using the driver \"%s\". Do you really want to remove it? The corresponding p…
722 …Text [ en-US ] = "The driver \"%s\" is used by your default printer. Therefore, it cannot be remov…
1018 …e command line, the PostScript code will be supplied via a file, otherwise it is passed as standar…
/trunk/main/nss/
H A Dnss.patch62 +# libsqlite3. Then it loads libsqulite3 from nss, which does not have the proper
64 +# We cannot build with the system sqlite3, because it is too old (SDK
146 # dependencies in the same directory where it resides.
156 + #OOo. stlport includes the system stl which will fail. By removing it,
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.src238 Text [ en-US ] = "Show it~ems without data" ;
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx226 typedef vector<rtl::Reference<VendorBase> >::iterator it; in jfw_plugin_getAllJavaInfos() typedef
227 for (it i= vecInfos.begin(); i != vecInfos.end(); i++) in jfw_plugin_getAllJavaInfos()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1032 MenuDescriptionMap::iterator it = m_aMenuMap.find( nId ); in CreateControllers() local
1033 if ( it == m_aMenuMap.end() ) in CreateControllers()

Completed in 160 milliseconds

12345678910>>...75