Home
last modified time | relevance | path

Searched refs:aHistory (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx486 c = aHistory[(pos-distance-1)%WINDOWLEN]; in DecompressVBA()
487 aHistory[pos%WINDOWLEN] = c; in DecompressVBA()
510 Output(WINDOWLEN,aHistory); in DecompressVBA()
516 if (xVBAStream->Read(&aHistory[pos%WINDOWLEN],1)) in DecompressVBA()
529 Output(pos%WINDOWLEN,aHistory); in DecompressVBA()
H A Dmsvbasic.hxx81 sal_uInt8 aHistory[ WINDOWLEN ]; member in VBA_Impl
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx599 c = aHistory[(nPos-nDistance-1) % nWINDOWLEN]; in DecompressVBA()
600 aHistory[nPos % nWINDOWLEN] = c; in DecompressVBA()
616 Output(nWINDOWLEN, aHistory); in DecompressVBA()
622 if (xVBAStream->Read(&aHistory[nPos % nWINDOWLEN],1)) in DecompressVBA()
631 Output(nPos % nWINDOWLEN,aHistory); in DecompressVBA()
H A Dmsvbasic.hxx100 sal_uInt8 aHistory[nWINDOWLEN]; member in VBA_Impl
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx539 ::std::vector< WizardState > aHistory; in updateTravelUI()
540 getStateHistory( aHistory ); in updateTravelUI()
542 for ( ::std::vector< WizardState >::const_iterator state = aHistory.begin(); in updateTravelUI()
543 state != aHistory.end() && !bHaveEnabledState; in updateTravelUI()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx247 Sequence< Sequence< PropertyValue> > aHistory = SvtHistoryOptions().GetList( ePICKLIST ); in impl_init() local
252 sal_uInt32 nCount = aHistory.getLength(); in impl_init()
258 ::comphelper::SequenceAsHashMap aItemProperties( aHistory[ nItem ] ); in impl_init()
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx839 const ::rtl::OUString* pHistory = aParams.aHistory.getConstArray(); in LoadParams()
840 const ::rtl::OUString* pHistoryEnd = pHistory + aParams.aHistory.getLength(); in LoadParams()
938 aCurrentSettings.aHistory.realloc( m_cmbSearchText.GetEntryCount() ); in SaveParams()
939 ::rtl::OUString* pHistory = aCurrentSettings.aHistory.getArray(); in SaveParams()
/trunk/main/svx/inc/svx/
H A Dfmsrccfg.hxx63 aHistory;
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx786 uno::Sequence<uno::Sequence<beans::PropertyValue> > aHistory = in ScanDocmenu() local
797 sal_uInt32 nCount = aHistory.getLength(); in ScanDocmenu()
801 uno::Sequence<beans::PropertyValue> aPropertySet = aHistory[nItem]; in ScanDocmenu()
/trunk/main/svx/source/form/
H A Dfmsrccfg.cxx214 registerExchangeLocation( "SearchHistory", TA( aHistory ) ); in FmSearchConfigItem()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3228 SwHistory aHistory; in SplitTable() local
3231 aMsgHnt.pHistory = &aHistory; in SplitTable()
3274 if( aHistory.Count() ) in SplitTable()
3275 pUndo->SaveFormula( aHistory ); in SplitTable()

Completed in 76 milliseconds