/trunk/main/writerfilter/source/doctok/ |
H A D | WW8Table.cxx | 47 WW8sprmTDefTable::get_tc(sal_uInt32 pos) in get_tc() 62 WW8sprmTTableBorders::get_rgbbrc(sal_uInt32 pos) in get_rgbbrc() 80 sal_uInt32 WW8sprmTCellBottomColor::get_cellBottomColor(sal_uInt32 pos) in get_cellBottomColor() 97 sal_uInt32 WW8sprmTCellLeftColor::get_cellLeftColor(sal_uInt32 pos) in get_cellLeftColor() 114 sal_uInt32 WW8sprmTCellTopColor::get_cellTopColor(sal_uInt32 pos) in get_cellTopColor() 131 sal_uInt32 WW8sprmTCellRightColor::get_cellRightColor(sal_uInt32 pos) in get_cellRightColor() 156 WW8sprmTDefTableShd::get_shd(sal_uInt32 pos) in get_shd() 175 WW8sprmTCellShd::get_shd(sal_uInt32 pos) in get_shd() 194 WW8sprmTCellShadow::get_cellShadow(sal_uInt32 pos) in get_cellShadow()
|
H A D | WW8Text.cxx | 38 sal_Int16 WW8sprmPChgTabsPapx::get_dxaDel(sal_uInt32 pos) in get_dxaDel() 48 sal_Int16 WW8sprmPChgTabsPapx::get_dxaAdd(sal_uInt32 pos) in get_dxaAdd() 59 WW8sprmPChgTabsPapx::get_tbdAdd(sal_uInt32 pos) in get_tbdAdd()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementContext.java | 67 public void setRowStyle(final int pos, final String styleName) in setRowStyle() 72 public void setColStyle(final int pos, final String styleName) in setColStyle() 77 public String getRowStyle(final int pos) in getRowStyle() 82 public String getColStyle(final int pos) in getColStyle()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | randomwipe.cxx | 47 for ( sal_Int32 pos = nElements; pos--; ) in RandomWipe() local 56 for ( sal_Int32 pos = nElements; pos--; ) { in RandomWipe() local 78 for ( sal_Int32 pos = static_cast<sal_Int32>(t * m_nElements); pos--; ) in operator ()() local
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | EditPageParser.java | 53 public void handleComment( char[] data,int pos ) in handleComment() 58 public void handleEndTag( HTML.Tag t,int pos ) in handleEndTag() 78 public void handleError( String errorMsg,int pos ) in handleError() 83 public void handleSimpleTag( HTML.Tag t, MutableAttributeSet a,int pos ) in handleSimpleTag() 128 public void handleStartTag( HTML.Tag t, MutableAttributeSet a,int pos ) in handleStartTag()
|
/trunk/main/scripting/source/provider/ |
H A D | ActiveMSPList.cxx | 140 ScriptComponent_map::const_iterator pos = m_mScriptComponents.find( xNormalized ); in getMSPFromInvocationContext() local 179 ScriptComponent_map::const_iterator pos = m_mScriptComponents.find( xNormalized ); in getMSPFromStringContext() local 232 ScriptComponent_map::const_iterator pos = m_mScriptComponents.find( xNormalized ); in addActiveMSP() local 264 ScriptComponent_map::iterator pos = m_mScriptComponents.find( xNormalized ); in disposing() local
|
/trunk/main/sw/qa/core/ |
H A D | bigpointerarray-new.cxx | 70 void BigPtrArray::Insert(const ElementPtr& rElem, sal_uLong pos) in Insert() 86 void BigPtrArray::Remove( sal_uLong pos, sal_uLong n ) in Remove() 93 void BigPtrArray::Replace(sal_uLong pos, const ElementPtr& rElem) in Replace()
|
/trunk/main/i18npool/source/breakiterator/ |
H A D | breakiterator_th.cxx | 88 static sal_uInt16 SAL_CALL getCombState(const sal_Unicode *text, sal_Int32 pos) in getCombState() 104 static sal_Int32 SAL_CALL getACell(const sal_Unicode *text, sal_Int32 pos, sal_Int32 len) in getACell() 139 sal_Int32 start, end, pos; in makeIndex() local
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | textconnectionsettings_uno.cxx | 205 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in setFastPropertyValue_NoBroadcast() local 221 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in convertFastPropertyValue() local 240 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in getFastPropertyValue() local
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/ |
H A D | _XBreakIterator.java | 434 int pos = 0; in _getLineBreak() local 470 int pos = oObj.beginOfScript(multiScript, 3, ScriptType.ASIAN) ; in _beginOfScript() local 485 int pos = oObj.endOfScript(multiScript, 2, ScriptType.ASIAN) ; in _endOfScript() local 500 int pos = oObj.nextScript(multiScript, 0, ScriptType.LATIN) ; in _nextScript() local 515 int pos = oObj.previousScript(multiScript, 5, ScriptType.ASIAN) ; in _previousScript() local 543 protected short getCharBlockType(int pos) { in getCharBlockType()
|
/trunk/main/xml2cmp/source/support/ |
H A D | list.hxx | 132 List<XX>::insert(unsigned pos, const XX & elem_) in insert() 149 List<XX>::remove(unsigned pos) in remove() 222 DynamicList<XY>::insert(unsigned pos, XY * const & elem_) in insert() 235 DynamicList<XY>::remove( unsigned pos ) in remove()
|
/trunk/main/xmloff/source/forms/ |
H A D | property_meta_data.cxx | 204 DescriptionsByName::const_iterator pos = rAllDescriptions.find( i_propertyName ); in getPropertyDescription() local 216 const IndexedPropertyGroups::const_iterator pos = rPropertyGroups.find( i_propertyGroup ); in getPropertyGroup() local 234 … const AttributesWithoutGroup::const_iterator pos = attributesWithoutGroups.find( i_attribute ); in getPropertyGroupList() local 256 const ReverseTokenLookup::const_iterator pos = rTokenLookup.find( i_attributeName ); in getAttributeDescription() local
|
/trunk/main/desktop/source/deployment/misc/ |
H A D | dp_ucb.cxx | 130 for ( sal_Int32 pos = 0; pos < infos.getLength(); ++pos ) in create_folder() local 221 sal_Int32 pos = 0; in readLine() local 277 sal_Int32 pos = 0; in readProperties() local
|
/trunk/main/canvas/inc/canvas/base/ |
H A D | doublebitmapbase.hxx | 107 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< double >& color, in setPixel() 124 …virtual ::com::sun::star::uno::Sequence< double > SAL_CALL getPixel( ::com::sun::star::rendering::… in getPixel()
|
H A D | floatbitmapbase.hxx | 109 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< float >& color, in setPixel() 127 …virtual ::com::sun::star::uno::Sequence< float > SAL_CALL getPixel( ::com::sun::star::rendering::F… in getPixel()
|
H A D | integerbitmapbase.hxx | 107 virtual void SAL_CALL setPixel( const ::com::sun::star::uno::Sequence< sal_Int8 >& color, in setPixel() 124 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getPixel( ::com::sun::star::rendering… in getPixel()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | SolarisHelper.java | 161 int pos = version.indexOf(","); in getMainVersion() local 172 int pos = version.indexOf("="); in getPackageRevision() local 182 int pos = -1; in getVectorOfNumbers() local 328 int pos = line.indexOf("REV="); in getVersionString() local 337 int pos = versionLine.lastIndexOf(" "); in getVersionString() local 348 int pos = version.indexOf("."); in getInstalledMinor() local
|
/trunk/main/sw/source/core/crsr/ |
H A D | crbm.cxx | 227 SwPosition pos(*GetCrsr()->GetPoint()); in GetCurrentFieldmark() local 233 SwPosition pos(*GetCrsr()->GetPoint()); in GetFieldmarkAfter() local 239 SwPosition pos(*GetCrsr()->GetPoint()); in GetFieldmarkBefore() local
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | FilterContainer.cxx | 66 sal_Int32 pos = -1; in addFilter() local 96 sal_Int32 pos = getFilterTagPos( aName ); in delFilter() local 134 sal_Int32 pos = getFilterTagPos( aName ); in getFilter() local
|
/trunk/main/soltools/inc/ |
H A D | st_list.hxx | 179 ST_List<XX>::Insert(unsigned pos, const XX & elem_) in Insert() 196 ST_List<XX>::Remove(unsigned pos) in Remove() 301 DynamicList<XY>::Insert(unsigned pos, XY * const & elem_) in Insert() 314 DynamicList<XY>::Remove( unsigned pos ) in Remove()
|
/trunk/main/comphelper/source/misc/ |
H A D | namedvaluecollection.cxx | 262 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in get_ensureType() local 293 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in impl_get() local 304 NamedValueRepository::const_iterator pos = m_pImpl->aValues.find( _rValueName ); in impl_has() local 319 NamedValueRepository::iterator pos = m_pImpl->aValues.find( _rValueName ); in impl_remove() local
|
/trunk/main/canvas/source/directx/ |
H A D | dx_bitmap.cxx | 178 const geometry::IntegerPoint2D& pos ) in setPixel() 197 const geometry::IntegerPoint2D& pos ) in getPixel()
|
/trunk/main/tools/source/fsys/ |
H A D | wldcrd.cxx | 49 int pos=0; in ImpMatch() local
|
/trunk/main/stoc/source/tdmanager/ |
H A D | tdmgr_check.cxx | 134 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkSeq() local 225 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkParameters() local 358 for ( sal_Int32 pos = 0; pos < len; ++pos ) in checkService() local 418 for ( sal_Int32 pos = existingProperties.getLength() + 1; in checkService() local
|
/trunk/main/sax/qa/gtest/ |
H A D | test_converter.cxx | 70 char const*const pos((i_pos) ? i_pos : pis); in doTest() local 141 char const*const pos((i_pos) ? i_pos : pis); in doTest() local
|