Home
last modified time | relevance | path

Searched refs:nStyles (Results 1 – 17 of 17) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java188 int nStyles = styles.size(); in lookup() local
189 for (int i = 0; i < nStyles; i++) { in lookup()
223 int nStyles = styles.size(); in getMatching() local
224 for (int j = 0; j < nStyles; j++) { in getMatching()
232 for (int j = 0; j < nStyles; j++) { in getMatching()
310 int nStyles = styles.size(); in dumpCSV() local
311 for (int i = 0; i < nStyles; i++) { in dumpCSV()
318 int nStyles = styles.size(); in dumpCSV() local
319 for (int i = 0; i < nStyles; i++) { in dumpCSV()
/trunk/main/svl/source/items/
H A Dstyle.cxx929 sal_uInt16 nStyles; in Load() local
930 for ( nStyles = 0; aStylesRec.GetContent(); nStyles++ ) in Load()
1018 sal_uInt16 nStyles; in Load1_Impl() local
1019 rStream >> nStyles; in Load1_Impl()
1021 for ( i = 0; i < nStyles; i++ ) in Load1_Impl()
1026 nStyles = i; in Load1_Impl()
1079 for ( i = 0; i < nStyles; i++ ) in Load1_Impl()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx1634 sal_Int32 nStyles = getNumberOfChildren(); in generateCode() local
1637 for( i = 0; i < nStyles; i++ ) in generateCode()
1650 of.writeInt( sal::static_int_cast<sal_Int16>( nStyles ) ); in generateCode()
1657 for( i=0; i<nStyles; i++ ) in generateCode()
1676 for( i=0; i<nStyles; i++ ) in generateCode()
1717 sal_Int32 nStyles = getNumberOfChildren(); in generateCode() local
1719 for( sal_Int32 i = 0; i < nStyles; i++ ) in generateCode()
1748 of.writeInt( sal::static_int_cast<sal_Int16>( nStyles ) ); in generateCode()
1767 for( sal_Int32 i=0; i<nStyles; i++ ) in generateCode()
1793 for( sal_Int32 i=0; i<nStyles; i++ ) in generateCode()
[all …]
H A Dlocaledata.cxx1095 sal_Int16 nStyles; in getContinuousNumberingLevels() local
1097 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels()
1100 Sequence< Sequence<beans::PropertyValue> > pv( nStyles ); in getContinuousNumberingLevels()
1106 for( i=0; i<nStyles; i++ ) { in getContinuousNumberingLevels()
1224 sal_Int16 nStyles; in getOutlineNumberingLevels() local
1227 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels()
1229 Sequence< Reference<container::XIndexAccess> > aRet( nStyles ); in getOutlineNumberingLevels()
1234 for( i=0; i<nStyles; i++ ) in getOutlineNumberingLevels()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx142 …sal_uLong nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE… in initialize() local
144 pToolBar = new ToolBar( pWindow, nStyles ); in initialize()
H A Dstatusbarwrapper.cxx130 sal_uLong nStyles = WinBits( WB_LEFT | WB_3DLOOK ); in initialize() local
132 pStatusBar = new FrameworkStatusBar( pWindow, nStyles ); in initialize()
H A Dpanelwrapper.cxx176 …sal_uInt32 nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABL… in initialize() local
178 pPanelWindow = new PanelWindow( pWindow, nStyles ); in initialize()
H A Dtoolbarwrapper.cxx177 …sal_uLong nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE… in initialize() local
179 pToolBar = new ToolBar( pWindow, nStyles ); in initialize()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx280 sal_uInt16 nStyles = sLevel.GetTokenCount(TOX_STYLE_DELIMITER); in CreateOrUpdateExample() local
281 uno::Sequence<OUString> aStyles(nStyles); in CreateOrUpdateExample()
283 for(sal_uInt16 nStyle = 0; nStyle < nStyles; nStyle++) in CreateOrUpdateExample()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx430 …sal_uLong nStyles = pEE->pImpEditEngine->GetStyleSheetPool() ? pEE->pImpEditEngine->GetStyleSheetP… in ShowEditEngineData() local
434 fprintf( fp, "\n#Vorlagen: %lu\n", nStyles ); in ShowEditEngineData()
H A Dimpedit4.cxx499 sal_uInt16 nStyles = (sal_uInt16)GetStyleSheetPool()->GetStyles().size(); in WriteRTF() local
500 if ( nStyles ) in WriteRTF()
504 for ( sal_uInt16 nStyle = 0; nStyle < nStyles; nStyle++ ) in WriteRTF()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx2821 const sal_Int32 nStyles = aSeq.getLength(); in replaceByIndex() local
2825 for(sal_Int32 i = 0; i < nStyles; i++) in replaceByIndex()
2864 const sal_uInt16 nStyles = rStyles.GetTokenCount(TOX_STYLE_DELIMITER); in getByIndex() local
2865 uno::Sequence<OUString> aStyles(nStyles); in getByIndex()
2868 for(sal_uInt16 i = 0; i < nStyles; i++) in getByIndex()
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx916 const sal_Int32 nStyles = xStyles->getCount(); in exportStyles() local
918 for( sal_Int32 i=0; i < nStyles; i++ ) in exportStyles()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx763 sal_uInt16 nStyles = pIter->Count(); in Print() local
793 nStyles = 1; in Print()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4550 sal_uInt16 nStyles=stcp; in ImportOldFormatStyles() local
4583 if (stcp == nStyles) in ImportOldFormatStyles()
4620 if (stcp == nStyles) in ImportOldFormatStyles()
4630 if (iMac > nStyles) iMac = nStyles; in ImportOldFormatStyles()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2594 sal_Int32 nCells, nStyles; in SaveXml() local
2595 lcl_GetCellCounts( maSortedXFList, nCells, nStyles ); in SaveXml()
2597 if( nStyles > 0 ) in SaveXml()
2600 XML_count, OString::valueOf( nStyles ).getStr(), in SaveXml()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx147 sal_uInt32 nStyles = pStyleSheetPool ? pStyleSheetPool->GetStyles().size() : 0; in SdPPTImport() local
148 for (sal_uInt32 nStyle = 0; nStyle < nStyles; nStyle++) in SdPPTImport()

Completed in 121 milliseconds