Home
last modified time | relevance | path

Searched refs:it (Results 1676 – 1700 of 1855) sorted by last modified time

1...<<61626364656667686970>>...75

/trunk/main/framework/source/uielement/
H A Dlangselectionstatusbarcontroller.cxx146 std::set< OUString >::const_iterator it; in LangMenu() local
147 for (it = aLangItems.begin(); it != aLangItems.end(); ++it) in LangMenu()
149 const OUString & rStr( *it ); in LangMenu()
174 for (it = aLangItems.begin(); it != aLangItems.end(); ++it) in LangMenu()
176 const OUString & rStr( *it ); in LangMenu()
H A Dstatusbarmanager.cxx649 StatusBarControllerMap::const_iterator it = m_aControllerMap.find( nId ); in UserDraw() local
650 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in UserDraw()
652 uno::Reference< frame::XStatusbarController > xController( it->second ); in UserDraw()
680 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in Command()
709 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in MouseButton()
745 StatusBarControllerMap::const_iterator it = m_aControllerMap.find( nId ); in IMPL_LINK() local
746 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in IMPL_LINK()
748 uno::Reference< frame::XStatusbarController > xController( it->second ); in IMPL_LINK()
768 StatusBarControllerMap::const_iterator it = m_aControllerMap.find( nId ); in IMPL_LINK() local
769 if (( nId > 0 ) && ( it != m_aControllerMap.end() )) in IMPL_LINK()
[all …]
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx466 …for (ExternalHashMap::const_iterator it( mpExternalHashMap->begin());it != mpExternalHashMap->end(… in createSequenceOfAvailableMappings() local
469 aEntry.Name = (*it).first; in createSequenceOfAvailableMappings()
470 aEntry.Token.Data <<= ::rtl::OUString( (*it).second); in createSequenceOfAvailableMappings()
/trunk/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx116 for( NSItr it = aNamespaceMap.begin(); it != aNamespaceMap.end(); it++ ) in startElement() local
118 aTmpAtt->AddAttribute( it->first, it->second.aType, it->second.aValue ); in startElement()
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx1481 for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin(); in ImplErrorDialog() local
1482 it != rErrors.end(); ++it ) in ImplErrorDialog()
1484 switch( *it ) in ImplErrorDialog()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx477 if (gPrivateCache.end() != it) in exportDrawPageBackground()
480 maPagesMap[it->second].mnBackgroundID; in exportDrawPageBackground()
481 return it->second; in exportDrawPageBackground()
499 if (gMasterCache.end() != it) in exportDrawPageBackground()
502 maPagesMap[it->second].mnBackgroundID; in exportDrawPageBackground()
522 ChecksumCache::iterator it = gObjectCache.find(shapesum); in exportMasterPageObjects() local
524 if (gObjectCache.end() != it) in exportMasterPageObjects()
527 maPagesMap[it->second].mnObjectsID; in exportMasterPageObjects()
676 ChecksumCache::iterator it = gMetafileCache.find(checksum); in exportShape() local
678 if (gMetafileCache.end() != it) in exportShape()
[all …]
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java94 while(it.hasMoreElements()) in split()
104 it = lNames.elements(); in split()
105 while(it.hasMoreElements()) in split()
113 it = lNames.elements(); in split()
114 while(it.hasMoreElements()) in split()
122 it = lNames.elements(); in split()
123 while(it.hasMoreElements()) in split()
131 it = lNames.elements(); in split()
132 while(it.hasMoreElements()) in split()
140 it = lNames.elements(); in split()
[all …]
/trunk/main/extras/unx/source/kde/mimelnk/application/
H A Dx-swriter.kdelnk38 Comment[it]=
/trunk/main/extras/unx/source/kde/applnk/
H A DSPAdmin.kdelnk36 Comment[it]=l'impostazione stampante di OpenOffice
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch464 // override it in your class and call each base class' version of this
703 // override it in your class and call each base class' version of this
752 // override it in your class and call each base class' version of this
851 // override it in your class and call each base class' version of this
H A Dmingw_headers.patch1734 // Note: Because this interface was not defined as a proper interface it is
/trunk/main/external/unowinreg/
H A DREADME2 here... [ or rebuild it using --with-mingwin= ]
/trunk/main/extensions/test/pgp/
H A Dreadme.txt2 it to the ServiceManager obtained from a running StarOffice.
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dreadme.txt4 While running in debug mode it writes infos to the debug - output.
/trunk/main/extensions/test/ole/cpnt/
H A Dreadme.txt2 JavaScript context. In particular it has functions using out, in/out and
/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Dreadme.txt4 functions on it.
/trunk/main/extensions/test/ole/cppToUno/
H A Dreadme.txt5 must be in the same directory as the office dlls and it must be registered
8 into the Office/program folder and run it there.
/trunk/main/extensions/test/ole/DCOM/dcom_test/
H A Dreadme.txt5 creates a document and writes in it.
/trunk/main/extensions/test/ole/DCOM/scriptComponents/
H A Dreadme.txt5 The component registered as being remotable.That is, it has got an AppID entry (with
/trunk/main/extensions/test/ole/EventListenerSample/
H A Dreadme.txt16 its TLB, so it uses the same CLSIDs on the next build. The component will create
20 folder) that creates VBEventListener and adds it to a StarOffice document
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx1412 _IT it= AdapterToWrapperMap.find( (sal_uInt32) xInt.get()); in createUnoObjectWrapper() local
1413 if( it != AdapterToWrapperMap.end() ) in createUnoObjectWrapper()
1414 xIntComWrapper= reinterpret_cast<XInterface*>(it->second); in createUnoObjectWrapper()
1786 CIT_Wrap it = WrapperToAdapterMap.find((sal_uInt32) xIntWrapper.get()); in createOleObjectWrapper() local
1787 if (it == WrapperToAdapterMap.end()) in createOleObjectWrapper()
1815 Reference<XInterface> xIntAdapter((XInterface*) it->second); in createOleObjectWrapper()
H A Dunoobjw.cxx120 IT_Uno it= UnoObjToWrapperMap.find( (sal_uInt32) m_xOrigin.get()); in ~InterfaceOleWrapper_Impl() local
121 if(it != UnoObjToWrapperMap.end()) in ~InterfaceOleWrapper_Impl()
122 UnoObjToWrapperMap.erase(it); in ~InterfaceOleWrapper_Impl()
/trunk/main/extensions/source/macosx/spotlight/
H A DGetMetadataForFile.m36 and return it as a dictionary
H A DOOoMetaDataParser.m152 // we have no array yet, create it
154 // and store it
H A DOOoSpotlightImporter.m156 /* metaDataFileFromZip extracts the file meta.xml from the zip file and returns it as an NSData* st…
184 //we no longer need the file, so close it
193 /* contentDataFileFromZip extracts the file content.xml from the zip file and returns it as an NSDa…
221 //we no longer need the file, so close it

Completed in 161 milliseconds

1...<<61626364656667686970>>...75