Home
last modified time | relevance | path

Searched refs:it (Results 151 – 175 of 1855) sorted by relevance

12345678910>>...75

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1410 it != pTexts->getEnd(); in exportPageFrames()
1411 ++it) in exportPageFrames()
1414 it != pGraphics->getEnd(); in exportPageFrames()
1415 ++it) in exportPageFrames()
1419 ++it) in exportPageFrames()
1422 it != pShapes->getEnd(); in exportPageFrames()
1423 ++it) in exportPageFrames()
1436 ++it) in exportFrameFrames()
1442 ++it) in exportFrameFrames()
1448 ++it) in exportFrameFrames()
[all …]
/trunk/main/rsc/source/tools/
H A Drschash.cxx44 std::hash_map< OString, Atom, OStringHash >::const_iterator it = in getID() local
46 if( it != m_aStringToID.end() ) in getID()
47 return it->second; in getID()
61 std::hash_map< Atom, OString >::const_iterator it = in getString() local
63 return (it != m_aIDToString.end()) ? it->second : m_aIDToString[0]; in getString()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx972 sal_Bool HierarchyEntry::first( iterator& it ) in first() argument
976 if ( it.m_pImpl->pos == -1 ) in first()
1006 it.m_pImpl->names = xNameAccess->getElementNames(); in first()
1014 it.m_pImpl->dir = xHierNameAccess; in first()
1038 if ( it.m_pImpl->names.getLength() == 0 ) in first()
1041 it.m_pImpl->pos = 0; in first()
1046 sal_Bool HierarchyEntry::next( iterator& it ) in next() argument
1050 if ( it.m_pImpl->pos == -1 ) in next()
1051 return first( it ); in next()
1053 ++(it.m_pImpl->pos); in next()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx504 CTFontContainer::const_iterator it = maFontContainer.begin(); in ~CTFontList() local
505 for(; it != maFontContainer.end(); ++it ) in ~CTFontList()
506 delete (*it).second; in ~CTFontList()
527 CTFontContainer::const_iterator it = maFontContainer.begin(); in AnnounceFonts() local
528 for(; it != maFontContainer.end(); ++it ) in AnnounceFonts()
529 rFontList.Add( (*it).second->Clone() ); in AnnounceFonts()
536 CTFontContainer::const_iterator it = maFontContainer.find( nFontId ); in GetFontDataFromId() local
537 if( it == maFontContainer.end() ) in GetFontDataFromId()
539 return (*it).second; in GetFontDataFromId()
/trunk/main/offapi/com/sun/star/frame/
H A DFrame.idl73 documents and make it possible to walk during these trees.
75 to a global one which life time will be controlled by it.
91 within the frame; it is the main connection to the
136 it's possible to perform it by directly calling of right interceptor without
154 /** if possible it sets/gets the UI title on/from the frame container window
157 It depends from the type of the frame container window. If it is a system
171 to use it for any dispatch object from outside which supports the interface
174 a supplier with a recorder object inside of it. Every user of dispatches
177 on the original dispatch object. If it's a valid value he must use the supplier
/trunk/main/store/workben/
H A Dt_store.cxx153 virtual sal_Bool visit (const iter& it);
185 sal_Bool DirectoryTraveller::visit (const iter& it) in visit() argument
190 rtl::OString aName (it.m_pszName, it.m_nLength, RTL_TEXTENCODING_UTF8); in visit()
193 aName.pData->buffer, (unsigned int)(it.m_nAttrib), (unsigned int)(it.m_nSize)); in visit()
195 if (it.m_nAttrib & STORE_ATTRIB_ISDIR) in visit()
197 OUString aName (it.m_pszName, it.m_nLength); in visit()
/trunk/main/padmin/source/
H A Dhelper.cxx143 for( std::list< String >::const_iterator it = subfiles.begin(); it != subfiles.end(); ++it ) in FindFiles() local
147 aSubFile.append( *it ); in FindFiles()
216 for( ::std::list<String>::const_iterator it = rChoices.begin(); it != rChoices.end(); ++it ) in QueryString()
217 m_aComboBox.InsertEntry( *it ); in QueryString()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx205 …, rtl_UnicodeToTextConverter >::const_iterator it = m_aConverters.begin(); it != m_aConverters.end… in ~ConverterFactory() local
206 rtl_destroyUnicodeToTextConverter (it->second); in ~ConverterFactory()
214 std::map< rtl_TextEncoding, rtl_UnicodeToTextConverter >::const_iterator it = in Get() local
217 if (it == m_aConverters.end()) in Get()
223 aConverter = it->second; in Get()
/trunk/main/odk/examples/OLE/activex/
H A DREADME.txt14 This is a Lite ActiveX control so it can be used only in containers that
19 it can contain "private:factory/..." URLs to open new documents
21 readonly - if it is set to "true" the document will be opened readonly,
24 The control can be extended easily, for example it can be changed
28 To let MSIE register it itself the "CODEBASE" parameter
32 Also it can be done using regsvr32 application.
33 To do it please write
/trunk/main/autodoc/source/display/html/
H A Daryattrs.cxx114 it = pThrow->begin(); in SyntaxText_PostName() local
118 if (it != it_end) in SyntaxText_PostName()
121 i_rAryGate.Types().Get_TypeText(sResult, *it); in SyntaxText_PostName()
123 for ( ++it; it != it_end; ++it ) in SyntaxText_PostName()
126 i_rAryGate.Types().Get_TypeText(sResult, *it); in SyntaxText_PostName()
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_navi_sub.cxx73 for ( SubRow::const_iterator it = aRow.begin(); in Produce_Row() local
74 it != aRow.end(); in Produce_Row()
75 ++it ) in Produce_Row()
83 rGoon = (*it).second in Produce_Row()
87 << (*it).first.second in Produce_Row()
93 << (*it).first.first; in Produce_Row()
/trunk/main/autodoc/source/udm/xml/
H A Dxmlitem.cxx149 for ( AttrList::iterator it = pAttrs->begin(); in do_WriteOut() local
150 it != pAttrs->end(); in do_WriteOut()
151 ++it ) in do_WriteOut()
155 (*it)->WriteOut( io_aFile ); in do_WriteOut()
573 for ( ItemList::iterator it = aItems.begin(); in do_WriteOut() local
574 it != itEnd; in do_WriteOut()
575 ++it ) in do_WriteOut()
577 (*it)->WriteOut( io_aFile ); in do_WriteOut()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx884 it != rQueues.end(); ++it ) in PrintDialog()
886 maJobPage.maPrinters.InsertEntry( *it ); in PrintDialog()
1731 it != aDynamicColumns.end(); ++it ) in setupOptionalUI()
1830 it != maControlToPropertyMap.end(); ++it ) in checkOptionalControlDependencies()
1861 bool bIsEnabled = it->first->IsEnabled(); in checkOptionalControlDependencies()
1864 it->first->Enable( bShouldbeEnabled ); in checkOptionalControlDependencies()
2315 if( it != maControlToPropertyMap.end() ) in getValueForWindow()
2317 pVal = maPController->getValue( it->second ); in getValueForWindow()
2331 if( pValue && it != maPropertyToWindowMap.end() ) in updateWindowFromProperty()
2382 if( it != maControlToPropertyMap.end() ) in makeEnabled()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx101 std::list< HostListEntry >::const_iterator it in get() local
106 while ( it != end ) in get()
108 if ( (*it).first == rKey ) in get()
110 rValue = (*it).second; in get()
113 it++; in get()
460 std::vector< NoProxyListEntry >::const_iterator it in shouldUseProxy() local
465 while ( it != end ) in shouldUseProxy()
469 if ( (*it).second.Matches( aHostAndPort ) ) in shouldUseProxy()
474 if ( (*it).first.Matches( aHostAndPort ) ) in shouldUseProxy()
477 it++; in shouldUseProxy()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx186 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName() local
187 if ( it == namesToIndices.end() ) in getByName()
189 return makeAny( m_documents[ it->second ] ); in getByName()
197 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames() local
199 for ( ; it != it_end; ++it, ++pString ) in getElementNames()
200 *pString = it->first; in getElementNames()
206 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName() local
207 return (it != namesToIndices.end()); in hasByName()
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl61 It is a representation of a resource in the sense that it was
72 With this interface it's possible too, to reset the modify state.
85 <li>to make a copy of current component by saving it to another location</li>
87 <li>to convert it by saving it by using suitable filter name.</li>
98 print the document on it.
110 /** makes it possible to register listeners which are called whenever
186 closed. Upon closing it will not be made persistent. Thus, the document
187 may get a different id every time it gets loaded.</p>
H A DExtendedTypeDetection.idl42 Writer file from .sdw to .doc), it quickly becomes clear that you cannot always
46 collected so far on a document and then decide which type to assign it to.
59 Because it's not possible otherwise to distinguish between more then one
60 registered detect services in same office installation! But it's possible for
80 already flat detected type. If any could be found it will be created and
89 If it's not included in descriptor the value of <member>MediaDescriptor::URL</member>
92 Note: The stream should be added to the descriptor if it wasn't a part of them before.
93 So further steps on the whole detection process can use it and will perform her work.
/trunk/main/oovbaapi/
H A Dttt.diff55 +# OpenOffice.org is free software: you can redistribute it and/or modify
56 +# it under the terms of the GNU Lesser General Public License version 3
59 +# OpenOffice.org is distributed in the hope that it will be useful,
97 +# OpenOffice.org is free software: you can redistribute it and/or modify
98 +# it under the terms of the GNU Lesser General Public License version 3
101 +# OpenOffice.org is distributed in the hope that it will be useful,
132 +# it under the terms of the GNU Lesser General Public License version 3
135 +# OpenOffice.org is distributed in the hope that it will be useful,
166 +# it under the terms of the GNU Lesser General Public License version 3
169 +# OpenOffice.org is distributed in the hope that it will be useful,
[all …]
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_class.cxx261 for ( PE_Base::BaseList::const_iterator it = aBases.begin(); in Init_CurObject() local
262 it != aBases.end(); in Init_CurObject()
263 ++it ) in Init_CurObject()
265 pCurObject->Add_BaseClass( *it ); in Init_CurObject()
272 for ( StringVector::const_iterator it = pTplParams->begin(); in Init_CurObject() local
273 it != pTplParams->end(); in Init_CurObject()
274 ++it ) in Init_CurObject()
276 pCurObject->Add_TemplateParameterType( *it, ary::cpp::Type_id(0) ); in Init_CurObject()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx388 for( ::std::list< OUString >::iterator it = aPrinters.begin(); it != aPrinters.end(); ++it ) in GetPrinterQueueInfo()
390 const PrinterInfo& rInfo( rManager.getPrinterInfo( *it ) ); in GetPrinterQueueInfo()
393 pInfo->maPrinterName = *it; in GetPrinterQueueInfo()
881 ::std::hash_map< ::rtl::OUString, ::rtl::OUString, ::rtl::OUStringHash >::const_iterator it; in StartJob()
882 it = pJobSetup->maValueMap.find( ::rtl::OUString::createFromAscii( "FAX#" ) ); in StartJob()
883 if( it != pJobSetup->maValueMap.end() ) in StartJob()
884 m_aFaxNr = it->second; in StartJob()
1008 for( std::list< SalFrame* >::const_iterator it = rList.begin(); in doUpdate() local
1009 it != rList.end(); ++it ) in doUpdate()
1010 SvpSalInstance::s_pDefaultInstance->PostEvent( *it, NULL, SALEVENT_PRINTERCHANGED ); in doUpdate()
/trunk/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl94 <li>The name is the given table name and a number to make it non-ambiguous.</li>
104 table is not deleted, the document is open. Also it is
106 page preview is already opend, otherwise it is true.</li>
110 protected, otherwise it is true.</li>
115 if the table is showed in a page preview, otherwise it is
119 has no background color or graphic, otherwise it is
124 Otherwise it is false.</li>
140 things like the XAccessibleContext interface. Therefor it use more
141 usable methods. Also it gives access to some table specific data.
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl57 <p>The DriverManager will try to load as many drivers as it can
58 find, and then for any given connection request, it will ask each
77 if it realizes it is the wrong kind
79 the driver manager is asked to connect to a given URL it passes
87 if it is the right
121 /** returns <TRUE/> if the driver thinks that it can open a connection
138 discover what properties it should prompt a human for in order to get
141 necessary, so it may be necessary to iterate though several calls
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx165 for ( IMarkVector::const_iterator it = aMarks.begin(), end = aMarks.end(); in AppendBookmarks() local
166 it < end; ++it ) in AppendBookmarks()
168 IMark* pMark = (*it); in AppendBookmarks()
978 for (RtfColorTbl::const_iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); it++ ) in GetColor() local
979 if ((*it).second == rColor) { in GetColor()
980 …OSL_TRACE("%s returning %d (%d,%d,%d)", OSL_THIS_FUNC, (*it).first, rColor.GetRed(), rColor.GetGre… in GetColor()
981 return (*it).first; in GetColor()
991 for (RtfColorTbl::iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); ++it ) in InsColor() local
993 if ((*it).second == rCol) in InsColor()
995 else if ((*it).second == COL_AUTO) in InsColor()
/trunk/main/offapi/com/sun/star/util/
H A DXURLTransformer.idl60 all parsed parts of it after finishing this call. <member>URL::Complete</member>
75 <member>URL::Complete</member> if it is not a syntactically complete URL.
81 all parsed parts of it after finishing this call. This includes
99 stores it into <member>URL::Complete</member>
116 Sometimes it can be useful to show an URL on an user interface
118 call, but make it easier for the user to understand it.
130 …a string representing the <var>aURL</var> if it is syntactically correct. A empty string if <var>a…
/trunk/main/autodoc/source/ary/cpp/
H A Dnamechain.cxx172 std::vector< NameSegment >::const_iterator it = aSegments.begin(); in Get_Text() local
175 if ( it == itEnd ) in Get_Text()
178 for ( --itEnd; it != itEnd; ++it ) in Get_Text()
180 (*it).Get_Text_AsScope( o_rPreName, i_rGate ); in Get_Text()
183 (*it).Get_Text_AsMainType( o_rName, o_rPostName, i_rGate ); in Get_Text()

Completed in 151 milliseconds

12345678910>>...75