Home
last modified time | relevance | path

Searched refs:pos (Results 126 – 150 of 412) sorted by relevance

12345678910>>...17

/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx320 MapIndexToStringPair::const_iterator pos = m_aURLs.find( _nListIndex ); in impl_getDocumentAtIndex() local
321 …DBG_ASSERT( pos != m_aURLs.end(), "OpenDocumentListBox::impl_getDocumentAtIndex: invalid index!" ); in impl_getDocumentAtIndex()
324 if ( pos != m_aURLs.end() ) in impl_getDocumentAtIndex()
326 aDocumentDescriptor = pos->second; in impl_getDocumentAtIndex()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx477 MapString2Int::iterator pos = mpData->aSuspendedPropertyNotifications.find( rPropertyName ); in ImplLockPropertyChangeNotification() local
480 if ( pos == mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
481pos = mpData->aSuspendedPropertyNotifications.insert( MapString2Int::value_type( rPropertyName, 0 … in ImplLockPropertyChangeNotification()
482 ++pos->second; in ImplLockPropertyChangeNotification()
486 …OSL_ENSURE( pos != mpData->aSuspendedPropertyNotifications.end(), "UnoControl::ImplLockPropertyCha… in ImplLockPropertyChangeNotification()
487 if ( pos != mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
489 …OSL_ENSURE( pos->second > 0, "UnoControl::ImplLockPropertyChangeNotification: invalid suspension c… in ImplLockPropertyChangeNotification()
490 if ( 0 == --pos->second ) in ImplLockPropertyChangeNotification()
491 mpData->aSuspendedPropertyNotifications.erase( pos ); in ImplLockPropertyChangeNotification()
/trunk/main/scripting/source/provider/
H A DMasterScriptProviderFactory.cxx141 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService() local
143 if (ar[ pos ].equals( serviceName )) in supportsService()
/trunk/main/connectivity/source/commontools/
H A DBlobHelper.cxx43 ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL BlobHelper::getBytes( ::sal_Int64 pos, ::sal… in getBytes() argument
45 if ( sal_Int32(pos + _length) > m_aValue.getLength() ) in getBytes()
47 …return ::com::sun::star::uno::Sequence< ::sal_Int8 >(m_aValue.getConstArray() + sal_Int32(pos),_le… in getBytes()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch1687 + for( pos = 0 ; pos < size ; pos ++ ) {
1702 + for( pos = 0 ; pos < size ; pos ++ ) {
5021 - "pos=%d", pos);
5037 - "pos=%d", pos);
5058 - "pos=%d", pos);
5063 + for(pos = 0; pos < size; ++pos) {
5070 + "pos=%d", pos);
5081 - "pos=%d", pos);
5099 - for(pos = 0; pos < size; ++pos) {
5106 - "pos=%d", pos);
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx91 long pos = rSt.Tell(); in filepos() local
93 if ( pos != lastpos ){ in filepos()
102 s << hex << pos << dec << ' '; in filepos()
104 lastpos = pos; in filepos()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini210 …0x0340=callout-type,callout-box-distance,callout-angle,callout-drop-type,callout-drop-pos,callout-…
214 0x0388=group-regroup-id,,,,,group-tooltip,group-script,group-pos-h
215 …0x0390=group-pos-rel-h,group-pos-v,group-pos-rel-v,group-rel-width-hr,group-align-hr,group-height-…
270 …0x07C0=group2-rel-width,group2-rel-height,group2-rel-pos-x,group2-rel-pos-y,group2-size-rel-h,grou…
309 0x0198=int32,fix,pos,DFF-OPACITY
310 0x0199=int32,fix,pos,DFF-OPACITY
311 0x019A=int32,fix,pos,DFF-OPACITY
312 0x019B=int32,fix,pos,DFF-OPACITY
/trunk/main/sw/inc/
H A DIDocumentMarkAccess.hxx249 virtual ::sw::mark::IFieldmark* getFieldmarkFor(const SwPosition& pos) const =0;
250 virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& pos) const =0;
251 virtual ::sw::mark::IFieldmark* getFieldmarkAfter(const SwPosition& pos) const =0;
/trunk/main/l10ntools/layout/
H A Dlayoutparse.cxx98 XMLHashMap::iterator pos = XMLStrings->find( id ); in InsertL10NElement() local
99 if ( pos != XMLStrings->end() ) in InsertL10NElement()
101 languageMap = pos->second; in InsertL10NElement()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl139 <code>pos</code>.
140 @param pos
160 <code>pos</code>
169 sequence<byte> getBytes([in]hyper pos, [in]long length)
/trunk/main/xmerge/workben/
H A Djstyle.pl72 $pos = index($argumentative,$first);
73 if($pos >= $[) {
74 if($args[$pos+1] eq ":") {
/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.cxx95 Point pos = GetWindow()->GetPosPixel(); in allocateArea() local
98 OSL_TRACE ("%s: curpos: %d ,%d", __FUNCTION__, pos.X(), pos.Y() ); in allocateArea()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx711 for ( sal_Int32 pos = 0; pos < len; ++pos ) in handle() local
715 pConts[ pos ], cssu::UNO_QUERY ); in handle()
724 pConts[ pos ], cssu::UNO_QUERY ); in handle()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx537 sal_Int32 pos = rTerm.lastIndexOf(' '); in queryMeanings() local
538 if (!pos) in queryMeanings()
541 rTerm.copy(pos + 1) + A2OU("</word></query>"), nLanguage, rProperties ); in queryMeanings()
547 pTerm = rTerm.copy(pos + 1); in queryMeanings()
548 rTerm = rTerm.copy(0, pos + 1) + seq[0]; in queryMeanings()
/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx201 void TableProtocol::entry(int pos, in entry() argument
205 m_pTagLogger->attribute("pos", pos); in entry()
206 m_pTable->entry(pos, ref); in entry()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx109 int pos = 0; in ConvertGuid() local
112 convertedGuid += Invert(string(part.c_str() + pos, 2)); in ConvertGuid()
113 pos += 2; in ConvertGuid()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx224 Conditions::iterator pos = m_aConditions.begin() + _nCondIndex; in impl_deleteCondition_nothrow() local
229 (*pos)->setCondition( xFormatCondition ); in impl_deleteCondition_nothrow()
233 bSetNewFocus = (*pos)->HasChildPathFocus(); in impl_deleteCondition_nothrow()
235 m_aConditions.erase( pos ); in impl_deleteCondition_nothrow()
/trunk/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx178 Page2ControllerMap::const_iterator pos = m_aPageControllers.find( i_pPage ); in impl_getController() local
179 …ENSURE_OR_RETURN( pos != m_aPageControllers.end(), "WizardShell::impl_getController: no controller… in impl_getController()
180 return pos->second; in impl_getController()
/trunk/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx175 for ( sal_Int32 pos = supported_services.getLength(); pos--; ) in supportsService() local
177 if (ar[ pos ].equals( serviceName )) in supportsService()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testostring.cxx203 sal_Int32 pos = 0; in test_OString() local
204 while ((pos = s7.indexOf("|")) >= 0) in test_OString()
206 s8 = s7.replaceAt(pos, 1, "**"); in test_OString()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx98 inline sal_Int32 find( void * iface_ptr, ::std::size_t pos );
240 void * iface_ptr, ::std::size_t pos ) in find() argument
243 for ( ; pos < size; ++pos ) in find()
245 if (aInterfaces[ pos ].pInterface == iface_ptr) in find()
246 return pos; in find()
/trunk/main/unotools/source/config/
H A Deventcfg.cxx301 SupportedEventsVector::const_iterator pos = ::std::find( in getByName() local
303 if ( pos == m_supportedEvents.end() ) in getByName()
324 SupportedEventsVector::const_iterator pos = ::std::find( in hasByName() local
326 if ( pos != m_supportedEvents.end() ) in hasByName()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx209 sal_uInt32 pos = 0; in setup_process_environment() local
218 reinterpret_cast<void*>(&environment[pos]), in setup_process_environment()
221 pos += n; in setup_process_environment()
223 environment[pos] = 0; // append a final '\0' in setup_process_environment()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx379 … for ( ::std::list< Reference< XController2 > >::const_iterator pos = aControllers.begin(); in impl_closeSubDocs_nothrow()
380 pos != aControllers.end() && bSuccess; in impl_closeSubDocs_nothrow()
381 ++pos in impl_closeSubDocs_nothrow()
384 Reference< XDatabaseDocumentUI > xController( *pos, UNO_QUERY ); in impl_closeSubDocs_nothrow()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx248 sal_Int32 pos = 0; in encodeForRcFile() local
250 for ( ; pos < len; ++pos ) { in encodeForRcFile()
251 sal_Unicode c = str[ pos ]; in encodeForRcFile()

Completed in 135 milliseconds

12345678910>>...17