Home
last modified time | relevance | path

Searched refs:pos (Results 151 – 175 of 412) sorted by relevance

12345678910>>...17

/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx612 WORD pos = (WORD)mgw.width[0]; in InPlaceMenuCreate() local
613 CopyToOLEMenu(m_nMenuHandle,1,hMenu,pos); in InPlaceMenuCreate()
617 pos = ((WORD)(mgw.width[0] + mgw.width[1] + mgw.width[2])); in InPlaceMenuCreate()
618 for(WORD i = 2; i < help-1; ++i,++pos) in InPlaceMenuCreate()
619 CopyToOLEMenu(m_nMenuHandle,i,hMenu,pos); in InPlaceMenuCreate()
623 pos = (WORD)(mgw.width[0] + mgw.width[1] + mgw.width[2] + in InPlaceMenuCreate()
625 CopyToOLEMenu(m_nMenuHandle,WORD(help),hMenu,pos); in InPlaceMenuCreate()
/trunk/main/writerfilter/source/resourcemodel/
H A DLoggedResources.cxx305 void LoggedTable::entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref) in entry() argument
309 mHelper.attribute("pos", pos); in entry()
312 lcl_entry(pos, ref); in entry()
/trunk/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx172 sal_Int8 pos; member
196 sal_Int8 nPos = pChain->pos; in run()
206 pChain->pos = nPos + i; in run()
301 m_Data.pos = 0; in SetUp()
/trunk/main/shell/source/win32/
H A DSysShExec.cxx246 sal_Int32 pos; in remove_jump_mark() local
247 if (has_jump_mark(*p_command, &pos)) in remove_jump_mark()
249 const sal_Unicode* p_jmp_mark = p_command->getStr() + pos; in remove_jump_mark()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx248 for ( sal_Int32 pos = moduleDescr.getLength(); pos--; ) in Init() local
250 if (pmoduleDescr[ pos ].Name.equalsAsciiL( in Init()
254 pmoduleDescr[ pos ].Value >>= factoryURL; in Init()
1330 sal_Int32 pos = source.indexOf( token ); in ReplaceString() local
1332 if ( pos != -1 && value.getLength() != 0 ) in ReplaceString()
1334 return source.replaceAt( pos, token.getLength(), value ); in ReplaceString()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx833 void verifyIndexRange( const geometry::IntegerPoint2D& pos, in verifyIndexRange() argument
836 if( pos.X < 0 || in verifyIndexRange()
837 pos.X > size.Width || in verifyIndexRange()
838 pos.Y < 0 || in verifyIndexRange()
839 pos.Y > size.Height ) in verifyIndexRange()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java109 int pos = unoObject.getCaretPosition(); in getCaretPosition() local
110 System.err.println(name + "getCaretPosition() returns " + pos); in getCaretPosition()
112 return pos; in getCaretPosition()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java334 int start = -1, sep = -1, end =-1, pos = 0; in parse() local
337 while( (start = message.indexOf('%', pos)) != -1 in parse()
342 pos = end + 1; in parse()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1305 sal_uInt16 pos = p->m_nIndex; in IMPL_LINK() local
1311 if ( m_enabledUpdates[ pos ].aUpdateSource.is() ) in IMPL_LINK()
1312 bInserted = showDescription( m_enabledUpdates[ pos ].aUpdateSource ); in IMPL_LINK()
1314 bInserted = showDescription( m_enabledUpdates[ pos ].aUpdateInfo ); in IMPL_LINK()
1323 bInserted = showDescription( m_disabledUpdates[pos].aUpdateInfo ); in IMPL_LINK()
1328 UpdateDialog::DisabledUpdate & data = m_disabledUpdates[ pos ]; in IMPL_LINK()
1363 UpdateDialog::SpecificError & data = m_specificErrors[ pos ]; in IMPL_LINK()
H A Ddp_gui_extensioncmdqueue.cxx496 for ( sal_Int32 pos = 0; pos < len; ++pos ) in handle() local
499 … uno::Reference< task::XInteractionApprove > xInteractionApprove( pConts[ pos ], uno::UNO_QUERY ); in handle()
507 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx382 … NormalizerCache::const_iterator pos = io_data.aNormalizers.find( i_valueType.getTypeName() ); in lcl_getValueNormalizer() local
383 if ( pos == io_data.aNormalizers.end() ) in lcl_getValueNormalizer()
435 o_formatter = pos->second; in lcl_getValueNormalizer()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl127 The substring begins at position <code>pos</code> and has up
132 @param pos
141 string getSubString([in]hyper pos, [in]long length) raises (SQLException);
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx573 for ( sal_Int32 pos = 0; pos < len; ++pos ) in encodeForXml() local
575 sal_Unicode c = text[ pos ]; in encodeForXml()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx648 MapStringToPropertySet::const_iterator pos = rMapUINameToElement.find( _rUIName ); in getModelElementFromUIName() local
649 …OSL_ENSURE( pos != rMapUINameToElement.end(), "EFormsHelper::getModelElementFromUIName: didn't fin… in getModelElementFromUIName()
651 return ( pos != rMapUINameToElement.end() ) ? pos->second : Reference< XPropertySet >(); in getModelElementFromUIName()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx758 void ListBox::SetEntryData( sal_uInt16 pos, void* data) in SetEntryData() argument
760 GetListBox ()->SetEntryData (pos, data); in SetEntryData()
763 void* ListBox::GetEntryData( sal_uInt16 pos) const in GetEntryData()
765 return GetListBox ()->GetEntryData (pos); in GetEntryData()
/trunk/main/cppuhelper/source/
H A Dfactory.cxx662 sal_Int32 pos = types.getLength(); in getTypes() local
663 types.realloc( pos + 3 ); in getTypes()
665 p[ pos++ ] = ::getCppuType( in getTypes()
667 p[ pos++ ] = ::getCppuType( in getTypes()
669 p[ pos++ ] = ::getCppuType( in getTypes()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgridcolumnmodel.cxx166 Columns::iterator const pos = m_aColumns.begin() + i_columnIndex; in removeColumn() local
167 Reference< XGridColumn > const xColumn( *pos ); in removeColumn()
168 m_aColumns.erase( pos ); in removeColumn()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java238 Point pos = ctrlShape.getPosition(); in _addWindowListener() local
239 pos.X += 100 ; in _addWindowListener()
240 ctrlShape.setPosition(pos); in _addWindowListener()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java106 int len = 0, pos = 0; in loadFile() local
109 ta.insert(new String(contents, 0, len), pos); in loadFile()
110 pos += len; in loadFile()
/trunk/main/canvas/source/directx/
H A Ddx_ibitmap.hxx56 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
60 const ::com::sun::star::geometry::IntegerPoint2D& pos ) = 0;
H A Ddx_bitmap.hxx66 const ::com::sun::star::geometry::IntegerPoint2D& pos );
70 const ::com::sun::star::geometry::IntegerPoint2D& pos );
/trunk/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx73 …static Mapping& getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lan…
74 …static Mapping& getConditionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, com::sun…
/trunk/main/vos/source/
H A Dstream.cxx77 sal_Bool OStream::seekTo(IPositionableStream::Offset pos) const in seekTo()
79 return (m_rStream.seekTo(pos)); in seekTo()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.hxx105 const ::com::sun::star::geometry::IntegerPoint2D& pos );
109 const ::com::sun::star::geometry::IntegerPoint2D& pos );
/trunk/main/solenv/bin/
H A Dfix_shl.cmd30 if pos('.',modname)>0 then modname = left(modname, pos('.',modname)-1)

Completed in 138 milliseconds

12345678910>>...17