Home
last modified time | relevance | path

Searched refs:it (Results 101 – 125 of 1840) sorted by relevance

12345678910>>...74

/aoo41x/main/autodoc/source/parser/cpp/
H A Dpreproc.cxx154 for ( StringVector::const_iterator it = aBlockedMacroNames.begin(); in CheckForDefine() local
155 it != aBlockedMacroNames.end(); in CheckForDefine()
156 ++it ) in CheckForDefine()
158 if ( strcmp( (*it).c_str(), let_drToken.Text() ) == 0 ) in CheckForDefine()
187 for ( StringVector::iterator it = aBlockedMacroNames.begin(); in UnblockMacro() local
188 it != aBlockedMacroNames.end(); in UnblockMacro()
189 ++it ) in UnblockMacro()
191 if ( strcmp( (*it), i_sMacroName ) == 0 ) in UnblockMacro()
193 aBlockedMacroNames.erase(it); in UnblockMacro()
/aoo41x/main/oox/source/export/
H A Dvmlexport.cxx340 for ( EscherProperties::const_iterator it = rOpts.begin(); it != rOpts.end(); ++it ) in Commit() local
342 sal_uInt16 nId = ( it->nPropId & 0x0FFF ); in Commit()
352 switch ( it->nPropValue ) in Commit()
376 nLeft = it->nPropValue; in Commit()
381 nTop = it->nPropValue; in Commit()
404 nRight = it->nPropValue; in Commit()
409 nBottom = it->nPropValue; in Commit()
665 it->nPropId, it->nPropValue, it->nPropSize, it->pBuf ); in Commit()
666 if ( it->nPropSize ) in Commit()
668 const sal_uInt8 *pIt = it->pBuf; in Commit()
[all …]
/aoo41x/main/autodoc/source/display/html/
H A Dpm_class.cxx461 it != itEnd; in Write_DerivedList()
462 ++it ) in Write_DerivedList()
465 rCe = Env().Gate().Ces().Find_Ce(*it); in Write_DerivedList()
691 it != i_rClass.BaseClasses().end(); in Node()
692 ++it ) in Node()
699 (*it).nId, in Node()
703 (*it).eProtection, in Node()
719 for ( BaseList::const_iterator it = aBases.begin(); in FillPositionList() local
720 it != aBases.end(); in FillPositionList()
721 ++it ) in FillPositionList()
[all …]
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_status.cxx185 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in checkLastParent() local
187 if( *it == m_pLastParent ) in checkLastParent()
362 …d::vector< I18NStatus::ChoiceData >::const_iterator it = rChoices.begin(); it != rChoices.end(); +… in IIIMPStatusWindow()
363 m_aMenu.InsertItem( i, it->aString ); in IIIMPStatusWindow()
461 std::list< SalFrame* >::const_iterator it; in GetFocus() local
462 for( it = rFrames.begin(); it != rFrames.end() && *it != m_pResetFocus; ++it ) in GetFocus()
464 if( it != rFrames.end() ) in GetFocus()
/aoo41x/main/vcl/source/window/
H A Dtoolbox2.cxx913 it != mpData->m_aItems.end(); ++it ) in CopyItems()
915 it->mpWindow = NULL; in CopyItems()
1106 ++it; in GetItemPos()
1132 return it->mnId; in GetItemId()
1137 ++it; in GetItemId()
1988 it != mpData->m_aItems.end(); ++it ) in ImplUpdateInputEnable()
1990 if( it->mbEnabled ) in ImplUpdateInputEnable()
2175 if( it->IsClipped() ) in ImplHasClippedItems()
2177 it++; in ImplHasClippedItems()
2207 it != mpData->m_aItems.rend(); ++it) in ImplUpdateCustomMenu()
[all …]
H A Ddockingarea.cxx213 for( std::map<int,int>::const_iterator it = ranges.begin(); it != ranges.end(); ++it ) in Paint() local
220 aTBRect.Top() = it->first; in Paint()
221 aTBRect.Bottom() = it->first + it->second - 1; in Paint()
225 aTBRect.Left() = it->first; in Paint()
226 aTBRect.Right() = it->first + it->second - 1; in Paint()
/aoo41x/main/vcl/unx/headless/
H A Dsvptext.cxx193 PspKernPairs::const_iterator it = rKernPairs.begin(); in Initialize() local
194 for(; it != rKernPairs.end(); ++it ) in Initialize()
196 ImplKernPairData aKernPair = { it->first, it->second, it->kern_x }; in Initialize()
290 ::std::list< psp::fontID >::iterator it; in GetDevFontList()
291 for( it = aList.begin(); it != aList.end(); ++it ) in GetDevFontList()
293 if( !rMgr.getFontFastInfo( *it, aInfo ) ) in GetDevFontList()
310 pExtraKernInfo = new PspKernInfo( *it ); in GetDevFontList()
/aoo41x/main/vcl/source/gdi/
H A Dpdffontcache.cxx43 FontToIndexMap::iterator it = m_aFontToIndex.find( aId ); in getFont() local
44 if( it != m_aFontToIndex.end() ) in getFont()
45 return m_aFonts[ it->second ]; in getFont()
65 Ucs2UIntMap::const_iterator it = rFontData.m_aGlyphIdToIndex.find( cCode ); in getGlyphWidth() local
68 if( it == rFontData.m_aGlyphIdToIndex.end() in getGlyphWidth()
71 it = rFontData.m_aGlyphIdToIndex.find( cCode+0xF000 ); in getGlyphWidth()
73 nIndex = (it != rFontData.m_aGlyphIdToIndex.end()) ? it->second : 0; in getGlyphWidth()
H A Doutdev3.cxx455 for(; it != maFontSubstList.end(); ++it ) in FindFontSubstitute()
1300 for(; it != maDevFontList.end(); ++it ) in Clear()
1642 for(; it != rFontAttr.Substitutions.end(); ++it ) in ImplFindBySubstFontAttr()
1683 for(; it != maDevFontList.end(); ++it ) in InitMatchData()
1727 for(; it != maDevFontList.end(); ++it ) in ImplFindByAttributes()
2099 for(; it != maDevFontList.end(); ++it ) in FindDefaultFont()
2133 for(; it != maDevFontList.end(); ++it ) in Clone()
2149 for(; it != maDevFontList.end(); ++it ) in GetDevFontList()
2171 for(; it != rHeights.begin(); ++it ) in GetDevSizeList()
2323 for(; it != maFontInstanceList.end(); ++it ) in ~ImplFontCache()
[all …]
/aoo41x/main/offapi/com/sun/star/style/
H A DBreakType.idl49 /** A column break is applied before the object to which it belongs.
53 <p>This implies that the object to which it belongs is the
61 /** A column break is applied after the object to which it belongs.
65 <p>This implies that the object to which it belongs is the last
74 it belongs.
85 /** A page break is applied before the object to which it belongs.
89 <p>This implies that the object to which it belongs is the
97 /** A page break is applied after the object to which it belongs.
101 <p>This implies that the object to which it belongs is the last
110 it belongs.
/aoo41x/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd_parse.hxx59 opt_iter & it,
69 opt_iter & it,
108 opt_iter & it,
111 opt_iter & it,
114 opt_iter & it,
117 opt_iter & it,
158 opt_iter & it,
187 opt_iter & it,
H A Dadc_msg.cxx179 MessageMap::const_iterator it = i_source.begin(); in WriteParagraph() local
181 for ( ; it != itEnd; ++it ) in WriteParagraph()
184 aLine << (*it).first.sFile; in WriteParagraph()
186 if ((*it).first.nLine != 0) in WriteParagraph()
189 << (*it).first.nLine; in WriteParagraph()
191 if (NOT (*it).second.empty()) in WriteParagraph()
194 << (*it).second in WriteParagraph()
/aoo41x/main/autodoc/source/ary/idl/
H A Di_service.cxx51 for ( RelationList::iterator it = aIncludedServices.begin(); in ~Service() local
52 it != aIncludedServices.end(); in ~Service()
53 ++it ) in ~Service()
55 delete (*it).Info(); in ~Service()
58 for ( RelationList::iterator it = aSupportedInterfaces.begin(); in ~Service() local
59 it != aSupportedInterfaces.end(); in ~Service()
60 ++it ) in ~Service()
62 delete (*it).Info(); in ~Service()
H A Dit_xnameroom.cxx74 StringVector::const_iterator it = NameChain_Begin(); in inq_Get_Text() local
75 if ( it != NameChain_End() in inq_Get_Text()
76 ? (*it).empty() in inq_Get_Text()
79 ++it; in inq_Get_Text()
83 it != NameChain_End(); in inq_Get_Text()
84 ++it ) in inq_Get_Text()
86 o_module.push_back(*it); in inq_Get_Text()
/aoo41x/main/padmin/source/
H A Dprtsetup.cxx634 ::std::list< FastPrintFontInfo >::const_iterator it; in RTSFontSubstPage()
636 for( it = aFonts.begin(); it != aFonts.end(); ++it ) in RTSFontSubstPage()
638 if( it->m_eType == fonttype::Builtin ) in RTSFontSubstPage()
640 if( aToMap.find( it->m_aFamilyName ) == aToMap.end() ) in RTSFontSubstPage()
642 m_aToFontBox.InsertEntry( it->m_aFamilyName ); in RTSFontSubstPage()
643 aToMap[ it->m_aFamilyName ] = 1; in RTSFontSubstPage()
650 m_aFromFontBox.InsertEntry( it->m_aFamilyName ); in RTSFontSubstPage()
651 aFromMap[ it->m_aFamilyName ] = 1; in RTSFontSubstPage()
689 it != m_pParent->m_aJobData.m_aFontSubstitutes.end(); ++it ) in update()
691 String aEntry( it->first ); in update()
[all …]
/aoo41x/main/cosv/source/storage/
H A Ddirchain.cxx124 for ( std::vector<String>::const_iterator it = aPath.begin(); in Get() local
125 it != aPath.end(); in Get()
126 ++it ) in Get()
128 o_rPath << (*it).c_str() << i_sDelimiter; in Get()
138 for ( std::vector<String>::const_iterator it = aPath.begin(); in Get() local
139 it != aPath.end(); in Get()
140 ++it ) in Get()
142 o_rPath.write( (*it).c_str() ); in Get()
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx237 ::ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); in notifyDocumentClosed()
245 while ( it != end ) in notifyDocumentClosed()
247 Uri aUri( (*it)->getIdentifier()->getContentIdentifier() ); in notifyDocumentClosed()
255 xRoot = static_cast< Content * >( (*it).get() ); in notifyDocumentClosed()
274 = static_cast< Content * >( (*it).get() ); in notifyDocumentClosed()
279 ++it; in notifyDocumentClosed()
300 ::ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); in notifyDocumentOpened()
305 while ( it != end ) in notifyDocumentOpened()
307 Uri aUri( (*it)->getIdentifier()->getContentIdentifier() ); in notifyDocumentOpened()
314 = static_cast< Content * >( (*it).get() ); in notifyDocumentOpened()
[all …]
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl52 it indicates that
54 is changed to agree with it.
60 it indicates that
85 , it indicates that
86 a primary key may not be updated if it has been imported by
92 , it indicates that
93 a primary key may not be deleted if it has been imported by
120 it indicates that
148 it indicates that if the primary key has been imported, it cannot be updated or deleted.
174 it indicates that
/aoo41x/main/filter/source/flash/
H A Dswfexporter.cxx423 if (gPrivateCache.end() != it) in exportDrawPageBackground()
426 maPagesMap[it->second].mnBackgroundID; in exportDrawPageBackground()
427 return it->second; in exportDrawPageBackground()
445 if (gMasterCache.end() != it) in exportDrawPageBackground()
448 maPagesMap[it->second].mnBackgroundID; in exportDrawPageBackground()
468 ChecksumCache::iterator it = gObjectCache.find(shapesum); in exportMasterPageObjects() local
470 if (gObjectCache.end() != it) in exportMasterPageObjects()
473 maPagesMap[it->second].mnObjectsID; in exportMasterPageObjects()
622 ChecksumCache::iterator it = gMetafileCache.find(checksum); in exportShape() local
624 if (gMetafileCache.end() != it) in exportShape()
[all …]
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx212 nextit = it; in JoinVerticalClipRectangles()
216 Rectangle aLastRect( *it ); in JoinVerticalClipRectangles()
217 leftside.push_back( Point( it->Left(), it->Top() ) ); in JoinVerticalClipRectangles()
218 rightside.push_back( Point( it->Right()+1, it->Top() ) ); in JoinVerticalClipRectangles()
303 tempit = it; in JoinVerticalClipRectangles()
305 maClipRegion.erase( it ); in JoinVerticalClipRectangles()
306 it = tempit; in JoinVerticalClipRectangles()
331 PSBinLineTo (Point( it->Left(), it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
332 PSBinLineTo (Point( it->Right()+1, it->Bottom()+1 ), aOldPoint, nColumn ); in EndSetClipRegion()
333 PSBinLineTo (Point( it->Right()+1, it->Top() ), aOldPoint, nColumn ); in EndSetClipRegion()
[all …]
/aoo41x/main/rsc/source/rsc/
H A Drsc.cxx321 ::std::list<OutputFile>::iterator it; in RscCmdLine()
322 for( it = m_aOutputFiles.begin(); it != m_aOutputFiles.end(); ++it ) in RscCmdLine()
324 if( ! it->aOutputRc.Len() ) in RscCmdLine()
843 ::std::list<RscCmdLine::OutputFile>::const_iterator it; in Link()
845 for( it = pCL->m_aOutputFiles.begin(); it != pCL->m_aOutputFiles.end(); ++it ) in Link()
905 pTC->ChangeLanguage( it->aLangName ); in Link()
908 ByteString aSysSearchPath( it->aLangSearchPath ); in Link()
918 aSysSearchPath.Append( it->aLangName ); in Link()
928 aContext.aOutputRc = it->aOutputRc; in Link()
957 unlink( it->aOutputRc.GetBuffer() ); in Link()
[all …]
/aoo41x/main/autodoc/source/ary/inc/
H A Dnametreenode.hxx114 for ( name_iterator it = i_rParent.NameChain_Begin(); in NameTreeNode() local
115 it != i_rParent.NameChain_End(); in NameTreeNode()
116 ++it ) in NameTreeNode()
118 aCompleteNameChain.push_back(*it); in NameTreeNode()
171 for ( StringVector::const_iterator it = i_rNodeFinder.Begin(); in Search_SubTree() local
172 it != i_rNodeFinder.End() AND ret != 0; in Search_SubTree()
173 ++it ) in Search_SubTree()
175 ret = i_rNodeFinder(ret->Search_Name(*it)); in Search_SubTree()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeHandle.idl67 /** RefX, if this attribute is set, it specifies the index of the adjustment
72 /** RefY, if this attribute is set, it specifies the index of the adjustment
77 /** RefAngle, if this attribute is set, it specifies the index of the adjustment
82 /** RefR, if this attribute is set, it specifies the index of the adjustment
87 /** If the attribute RangeXMinimum is set, it specifies the horizontal minimum range of the handle.
91 /** If the attribute RangeXMaximum is set, it specifies the horizontal maximum range of the handle.
95 /** If the attribute RangeYMinimum is set, it specifies the vertical minimum range of the handle.
99 /** If the attribute RangeYMaximum is set, it specifies the vertical maximum range of the handle.
103 …/** If this attribute is set, it specifies the minimum radius range that can be used for a polar h…
107 …/** If this attribute is set, it specifies the maximum radius range that can be used for a polar h…
/aoo41x/main/autodoc/source/ary/cpp/
H A Dc_reposypart.cxx350 for ( filter_class_iter it( pCes->Storage().BeginUnreserved() ); in Connect_AllTypes_2_TheirRelated_CodeEntites() local
351 it != itEnd; in Connect_AllTypes_2_TheirRelated_CodeEntites()
352 ++it ) in Connect_AllTypes_2_TheirRelated_CodeEntites()
354 if (NOT it.IsValid()) in Connect_AllTypes_2_TheirRelated_CodeEntites()
357 if (is_type<Class>(*it)) in Connect_AllTypes_2_TheirRelated_CodeEntites()
358 aHierarchyLinker(ary_cast<Class>(*it)); in Connect_AllTypes_2_TheirRelated_CodeEntites()
479 for ( List_Bases::const_iterator it = rClass.BaseClasses().begin(); in operator ()() local
480 it != rClass.BaseClasses().end(); in operator ()()
481 ++it ) in operator ()()
486 nTid = (*it).nId; in operator ()()
/aoo41x/main/framework/source/uielement/
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 …]

Completed in 151 milliseconds

12345678910>>...74