Home
last modified time | relevance | path

Searched refs:it (Results 226 – 250 of 1855) sorted by relevance

12345678910>>...75

/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx612 PropertiesEventListenerMap::iterator it = aListeners.find( pListener ); in notifyPropertiesChange() local
613 if ( it == aListeners.end() ) in notifyPropertiesChange()
620 propertyEvents = (*it).second; in notifyPropertiesChange()
629 PropertiesEventListenerMap::iterator it = aListeners.begin(); in notifyPropertiesChange() local
633 static_cast< XPropertiesChangeListener * >( (*it).first ); in notifyPropertiesChange()
634 PropertyEventSequence* pSeq = (*it).second; in notifyPropertiesChange()
637 aListeners.erase( it ); in notifyPropertiesChange()
644 it = aListeners.begin(); in notifyPropertiesChange()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl81 Each time the parent report changes it's current row, the subreport requires
102 If a string in this property denotes both a column name and a parameter name, it
103 is undefined which way it is interpreted, but implementations of the service are required
108 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
121 client side before sending it to the database server.<br/>
123 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
181 …* specifies if the <member>Command</member> should be analyzed on the client side before sending it
184 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
/trunk/main/sdext/source/pdfimport/sax/
H A Demitcontext.cxx120 for( PropertyMap::const_iterator it = rProperties.begin(); it != rProperties.end(); ++it ) in beginTag() local
123 aBuf.append( rtl::OUStringToOString( it->first, RTL_TEXTENCODING_UTF8 ) ); in beginTag()
125 aBuf.append( rtl::OUStringToOString( it->second, RTL_TEXTENCODING_UTF8 ) ); in beginTag()
/trunk/main/autodoc/source/ary/inc/
H A Dsortedids.hxx211 for ( ITER it = i1 + (i2-i1)/2; in impl_LowerBound_() local
213 it = i1 + (i2-i1)/2 ) in impl_LowerBound_()
215 if ( COMPARE::Lesser_(KeyOf_(*it), i_key) ) in impl_LowerBound_()
217 i1 = it; in impl_LowerBound_()
222 i2 = it; in impl_LowerBound_()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx86 for( PropertyMap::const_iterator it = Properties.begin(); in hashCode() local
87 it != Properties.end(); ++it ) in hashCode()
89 nRet ^= size_t(it->first.hashCode()); in hashCode()
90 nRet ^= size_t(it->second.hashCode()); in hashCode()
/trunk/main/offapi/com/sun/star/util/
H A DNumberFormatsSupplier.idl56 <p>The component should be initialized only once, after it has been instantiated, and before it
58 If you initialize it a second time (or after you used it), it is up to implementation
/trunk/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl59 before it sets itself to any aggregate using the method
61 call it has to reset its own reference count without the
67 <const>NULL</const> before it releases its reference to
99 but it is to be processed directly without being forwarded to the
105 is to be called by the delegator if it does not implement the
107 on getting its own interface when it calls the method
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm168 // disable OSX>=10.7 window restoration until we support it directly
484 // the difference is that it only does tryToAcquire instead of acquire
558 // no, it is not
559 // now we need to find the one it may be in
570 it can be hit with the containsMouse selector, which it doesn't support.
960 // we must consider moving it to a kind of hash map
1036 // so it seems we need to strip the Alt modifier here
1440 if( it != GetSalData()->maKeyEventAnswer.end() )
1441 it->second = true;
1472 if( it != GetSalData()->maKeyEventAnswer.end() )
[all …]
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile50 # If a relative path is entered, it will be relative to the location
179 # member inherits the documentation from any documented member that it
186 # be part of the file/class/namespace that contains it.
308 # Set it to YES to include the internal documentation.
594 # functions referencing it will be listed.
712 # it should be included in the master .chm file (NO).
729 # the value YES disables it.
798 # the first chapter. If it is left blank doxygen will generate a
892 # then it will generate one additional man file for each entity
968 # and Perl will parse it just the same.
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx89 for( SalDisplay::RenderEntryMap::iterator it = rMap.begin(); it != rMap.end(); ++it ) in ~X11GlyphPeer() local
91 if( it->second.m_aPixmap ) in ~X11GlyphPeer()
92 ::XFreePixmap( pX11Disp, it->second.m_aPixmap ); in ~X11GlyphPeer()
93 if( it->second.m_aPicture ) in ~X11GlyphPeer()
94 rRenderPeer.FreePicture( it->second.m_aPicture ); in ~X11GlyphPeer()
/trunk/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl78 If a frame with the specified name already exists, it is used, otherwise it
132 <NULL/>if it failed
136 loaded document or control the lifetime of it (means dispose() it after using).
142 it after use directly, because the frame containing the component is its owner.
149 It is not allowed to dispose it after use directly, because the frame
H A DXFrame.idl47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
98 it means the parent frame of the frame hierarchy.
135 The name of a frame will be used for identifying it if a frame search was started.
192 to search it inside the current hierarchy
226 then it broadcasts an <type>FrameActionEvent</type> with
305 Note: Don't dispose this window - the frame is the owner of it.
321 Note: Don't dispose it - the frame is the owner of it.
358 E.g., it is possible to determine instantiation/destruction and
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg58 # If a relative path is entered, it will be relative to the location
186 # be part of the file/class/namespace that contains it.
385 # Set it to YES to include the internal documentation.
718 # functions referencing it will be listed.
836 # it at startup.
878 # it should be included in the master .chm file (NO).
950 # the value YES disables it.
1202 # nicely formatted so it can be parsed by a human reader.
1207 # and Perl will parse it just the same.
1308 # a tag file that is based on the input files it reads.
[all …]
/trunk/main/padmin/source/
H A Dpadialog.cxx721 ::std::list< OUString >::iterator it; in UpdateDevice()
722 for( it = m_aPrinters.begin(); it != m_aPrinters.end(); ++it ) in UpdateDevice()
724 const PrinterInfo& rInfo( m_rPIManager.getPrinterInfo( *it ) ); in UpdateDevice()
745 String aEntry( *it ); in UpdateDevice()
746 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
757 m_aDevicesLB.SetEntryData( nPos, (void*)it->getLength() ); in UpdateDevice()
758 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
/trunk/main/offapi/com/sun/star/packages/
H A DPackage.idl54 created without arguments, it must be initialised with the
56 before it is a valid instance of the service.
64 2. An XInputStream referring to a package (it must also
95 to the PackageFolder in which it will reside using the methods in the
99 argument. If it set to true, a PackageFolder implementation is created,
100 if it is set to false, a PackageStream implementation is created.
/trunk/main/scripting/source/storage/
H A DScriptStorageManager.cxx311 StorageId_hash::const_iterator it = m_StorageIdOrigURIHash.find( origURI ); in getScriptStorageID() local
313 if ( it == m_StorageIdOrigURIHash.end() ) in getScriptStorageID()
329 return it->second; in getScriptStorageID()
336 StorageId_hash::iterator it = m_StorageIdOrigURIHash.find( origURI ); in removeScriptDocURIHashEntry() local
337 if ( it == m_StorageIdOrigURIHash.end() ) in removeScriptDocURIHashEntry()
344 m_StorageIdOrigURIHash.erase( it ); in removeScriptDocURIHashEntry()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx828 ::reverse_iterator it(vec.rbegin()); in setMetaList() local
830 for ( ;it != vec.rend(); ++it) in setMetaList()
832 m_xParent->removeChild(*it); in setMetaList()
838 vec.erase(it.base(), vec.end()); in setMetaList()
857 it != (*i_pAttrs)[i].end(); ++it) { in setMetaList()
860 it->second); in setMetaList()
1002 ::const_iterator it = i_pAttrs->begin(); in updateElement() local
1003 it != i_pAttrs->end(); ++it) { in updateElement()
1005 ::rtl::OUString::createFromAscii(it->first), it->second); in updateElement()
1275 it = vec.begin(); it != vec.end(); ++it) { in init() local
[all …]
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx844 ::ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); in queryChildren()
847 while ( it != end ) in queryChildren()
849 ::ucbhelper::ContentImplHelperRef xChild = (*it); in queryChildren()
868 ++it; in queryChildren()
967 ContentRefList::const_iterator it = aChildren.begin(); in destroy() local
970 while ( it != end ) in destroy()
972 (*it)->destroy( bDeletePhysical ); in destroy()
973 ++it; in destroy()
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl91 carries with it a sequence of arguments, which should be
143 …by full-qualified type name. Also, for each type, it can specify whether it is responsible for onl…
146 …ver the <code>InteractionHandler</code> encounteres a request it cannot fulfill itself, it will ex…
147 …the configuration, to find a handler implementation for the request, and delegate it to the first …
150 …tiple custom interaction handlers declare themself responsible for the same request type, it is not
172 it is strongly recommended that this property is supplied;</LI>
/trunk/main/autodoc/source/ary/info/
H A Dci_text.cxx54 for ( ary::info::DocuText::TokenList::const_iterator it = aTokens.begin(); in StoreAt() local
55 it != itEnd; in StoreAt()
56 ++it ) in StoreAt()
58 (*it)->StoreAt(o_rDisplay); in StoreAt()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx796 … for( std::list< PrintFont* >::iterator it = aFonts.begin(); it != aFonts.end(); ++it ) in countFontconfigFonts() local
798 if( (*it)->m_eType == fonttype::TrueType && in countFontconfigFonts()
799 … static_cast<TrueTypeFontFile*>(*it)->m_nCollectionEntry == nCollectionEntry ) in countFontconfigFonts()
801 pUpdate = *it; in countFontconfigFonts()
861 for( std::list< PrintFont* >::iterator it = aFonts.begin(); it != aFonts.end(); ++it ) in countFontconfigFonts() local
863 if( *it != pUpdate ) in countFontconfigFonts()
865 … m_pFontCache->updateFontCacheEntry( *it, false ); // prepare a cache entry for a collection item in countFontconfigFonts()
866 delete *it; in countFontconfigFonts()
/trunk/main/basic/source/comp/
H A Dexprgen.cxx186 SbiExprListVector::iterator it; in GenElement() local
187 for( it = pvMorePar->begin() ; it != pvMorePar->end() ; ++it ) in GenElement()
189 SbiExprList* pExprList = *it; in GenElement()
/trunk/main/vcl/inc/vcl/
H A Dimpdel.hxx74 for( std::list< DeletionListener* >::const_iterator it = in notifyDelete() local
75 m_aListeners.begin(); it != m_aListeners.end(); ++it ) in notifyDelete()
76 (*it)->deleted(); in notifyDelete()
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf633 uui source\filechanged.src 0 string STR_FILECHANGED_SAVEANYWAY_BTN 0 cs Určitě uložit 2020041…
6735 sw source\ui\index\idxmrk.src 0 string STR_AUTHMRK_INSERT 365 cs Vložit položku použité literatu…
19978 extensions source\propctrlr\formres.src 0 string RID_STR_VALUESTEP 0 cs Zvýšit/snížit hodnotu …
27961 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3159260 85 0 cs Zvýšit/snížit hod…
31218 helpcontent2 source\text\shared\02\01170101.xhp 0 help par_idN1110B 0 cs Zvýšit/snížit hodnotu …
41426 helpcontent2 source\text\shared\01\05020500.xhp 0 help hd_id3148992 11 0 cs Zvýšit/snížit o 20…
51084 …d3149336 43 0 cs 2D objekt je možné před jeho konverzí pootočit, a vytvořit potom složitější 3D …
54077 …calc\guide\autoformat.xhp 0 help par_id3155379 22 0 cs Vytvořit Automatický formát sešitů. 20…
65919 helpcontent2 source\text\swriter\01\04120300.xhp 0 help tit 0 cs Vložit položku použité literatu…
65920 helpcontent2 source\text\swriter\01\04120300.xhp 0 help hd_id3151187 1 0 cs Vložit položku použit
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl48 stack, so it is possible to re-apply the changes to the document.</p>
67 …<member>XLockable::unlock</member> methods. When it is locked, then every attempt to add an undo a…
89it will not be directly accessible at the Undo manager, not appear in any user interface, and cann…
95 … <p>Undo contexts can be nested, i.e. it is legitimate to call <code>enterUndoContext</code> and
117 …added to the stack will be treated as sub action. This means it will not be directly accessible at…
123 …<p>Undo contexts can be nested, i.e. it is legitimate to call <member>enterUndoContext</member> and
127 …if the undo stack is currently empty, in which case it is impossible to push a hidden undo action …
128 it.
162 …<member>clearRedo</member>), it will be disposed, as long as it supports the <member scope="com::s…

Completed in 1318 milliseconds

12345678910>>...75