Searched refs:nNewLevel (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/package/source/zipapi/ |
H A D | Deflater.cxx | 148 void SAL_CALL Deflater::setLevel( sal_Int32 nNewLevel ) in setLevel() argument 150 if ((nNewLevel < 0 || nNewLevel > 9) && nNewLevel != DEFAULT_COMPRESSION) in setLevel() 154 if (nNewLevel != nLevel) in setLevel() 156 nLevel = nNewLevel; in setLevel()
|
H A D | ZipOutputStream.cxx | 76 void SAL_CALL ZipOutputStream::setLevel( sal_Int32 nNewLevel ) in setLevel() argument 79 aDeflater.setLevel( nNewLevel); in setLevel()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | macrosecurity.cxx | 160 sal_uInt16 nNewLevel = 0; in IMPL_LINK() local 162 nNewLevel = 3; in IMPL_LINK() 164 nNewLevel = 2; in IMPL_LINK() 166 nNewLevel = 1; in IMPL_LINK() 168 if ( nNewLevel != mnCurLevel ) in IMPL_LINK() 170 mnCurLevel = nNewLevel; in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 818 size_t nNewLevel = mnFocusLevel; in ImplMoveFocusByLevel() local 825 nNewLevel = mnFocusLevel + 1; in ImplMoveFocusByLevel() 828 …bFound = pArray->GetEntryIndexInRange( sal::static_int_cast<sal_uInt16>(nNewLevel), nStart, nEnd, … in ImplMoveFocusByLevel() 834 nNewLevel = mnFocusLevel - 1; in ImplMoveFocusByLevel() 837 … bFound = pArray->GetEntryIndex( sal::static_int_cast<sal_uInt16>(nNewLevel), nStart, nTmpEntry ); in ImplMoveFocusByLevel() 841 if ( bFound && IsButtonVisible( nNewLevel, nNewEntry ) ) in ImplMoveFocusByLevel() 843 mnFocusLevel = nNewLevel; in ImplMoveFocusByLevel()
|
/aoo4110/main/sw/inc/ |
H A D | swcrsr.hxx | 213 void SetCrsrBidiLevel( sal_uInt8 nNewLevel ) { nCursorBidiLevel = nNewLevel; } in SetCrsrBidiLevel() argument
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 53 sal_uInt16 nNewLevel, sal_uInt16 nNewEntry, sal_Bool bNewShow ); 109 sal_Bool bNewColumns, sal_uInt16 nNewLevel );
|
/aoo4110/main/package/inc/ |
H A D | Deflater.hxx | 51 void SAL_CALL setLevel( sal_Int32 nNewLevel );
|
H A D | ZipOutputStream.hxx | 79 void SAL_CALL setLevel( sal_Int32 nNewLevel )
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 82 sal_uInt16 nNewLevel, sal_uInt16 nNewEntry, sal_Bool bNewShow ) : in ScUndoDoOutline() argument 89 nLevel( nNewLevel ), in ScUndoDoOutline() 264 sal_Bool bNewColumns, sal_uInt16 nNewLevel ) : in ScUndoOutlineLevel() argument 272 nLevel( nNewLevel ) in ScUndoOutlineLevel()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 1412 sal_uInt8 nNewLevel = 0; // new open level (1-based Excel index) in UpdateColRow() local 1415 nNewLevel = static_cast< sal_uInt8 >( nNewOpenScLevel + 1 ); in UpdateColRow() 1419 if( nNewLevel >= mnCurrLevel ) in UpdateColRow() 1446 mnCurrLevel = nNewLevel; in UpdateColRow()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 1823 const sal_uInt16 nNewLevel = nLevel +1; in DuplicateConditionLevel() local 1834 pEntry->SetCriteria( nNewLevel, sValue); in DuplicateConditionLevel() 1835 if ( nNewLevel == (m_nVisibleCount-BROW_CRIT1_ROW-1) ) in DuplicateConditionLevel() 1841 m_bVisibleRow[BROW_CRIT1_ROW + nNewLevel] = sal_True; in DuplicateConditionLevel()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1142 const int nNewLevel = pNewColl && pNewColl->IsAssignedToListLevelOfOutlineStyle() ? in _ChgTxtCollUpdateNum() local 1146 if ( MAXLEVEL != nNewLevel ) //<-end,zhaojianwei in _ChgTxtCollUpdateNum() 1148 SetAttrListLevel(nNewLevel); in _ChgTxtCollUpdateNum() 1159 if( ( !nNewLevel || !nOldLevel) && pDoc->GetFtnIdxs().Count() && in _ChgTxtCollUpdateNum()
|
Completed in 125 milliseconds